themavesite
Member
Posted 5 months ago #
Hi there, I'm using the latest version of the plugin and the latest version of wordpress, I checked the facebook like, share, google+, and twitter services.
Though the facebook share takes up an entire line for itself, it should be on the same line as the other services. Right now it is not as you can see on my website
Please any help?
Thanks.
http://wordpress.org/extend/plugins/add-to-any/
themavesite
Member
Posted 5 months ago #
themavesite
Member
Posted 5 months ago #
Switching themes or modifying your current one will solve the problem.
This is the offending CSS code from your layout.css file:
.post img,
.post object,
.post embed {
display: block;
margin: 2em auto;
}
If you remove the overreaching display; block; line, your standalone icons will stop appearing on their own line.
themavesite
Member
Posted 5 months ago #
Thanks for your reply. I did remove it as you can see in http://themavesite.com/wp/wp-content/themes/vostok-theme/vostok-white/style.css
Though it's still messed up:/