Adding a share blog post button and adding margins to blog posts
Autor: Brian S.
Visited 78,
Followers 1,
Udostępniony 0
I am working on a new blog and want to be able to add a 'Share' button so that readers can share the blog post to social media. I also want to be able to add margins to the blog posts. In the preview, the text is butted up against the edge of the page. Would like to be able to add/change the margins, the same way you can with other elements.
Posted on the
-----
How to integrate a bar with sharing buttons to promote your posts on social media
>> https://guide.websitex5.com/en/support/solutions/articles/44000542949
-----
Autor
Thanks. Will take a look at it. There should be something native to the program though instead of going third party.
----- CSS-Code -----
<style>
#imBlogPage { padding: 50px 50px 50px 50px; }
</style>
----------------------
-----
-----
Free WebSite X5 object - not tested.
-----
AddToAny Sticky Object. How to create a panel to share a page on social media
>> https://guide.websitex5.com/en/support/solutions/articles/44000830888
-----
Autor
That works. Thanks. I changed the margins to 10px per side.
Autor
Curious as to why I am getting a scroll bar now? Is that the external margin command vs internal?