Hello,
The Facebook social bookmark that follows single posts, isn’t aligned with the rest of the social bookmarks.
Any chance of getting this fixed? See for example.
Best,
Mirha
We will fix this in the next version but please keep in mind that as Facebook changes the way that button is outputted, it will eventually break again.
Okay, cool. Thanks.
Where do you have these margins specified? This way, I can try to do it myself..
Try adding this to your custom styles:
.facebook-like {
margin-top: -7px;
}
Thanks Daniel, it works.
Now I can fix it myself whenever it breaks out–great.