How to centre align the widget at the bottom of each post/feed, instead of having it left aligned (by deafult, I believe)?
How to centre align the widget at the bottom of each post/feed, instead of having it left aligned (by deafult, I believe)?
You could add this line of CSS code to your theme's stylesheet:
.addtoany_share_save_container{ text-align:center; }
Thanks, it works. :-)
You must log in to post.