Hi there, first of all I love your themes! Second, I'm using theme 21 and I haven't found this problem in your FAQ or the theme tag. I noticed that when I liked a post on my own blog, the heart isn't inside of the outlining. Is there a fix for this? Thanks for making these themes!
Hi, thanks a bunch! Turns out they’ve gone out of alignment (again). It’s a pretty quick fix though. There’s a part of the code that looks something like:
.like_button { position: relative; left: 0px !important; top: -6px !important;}
Change those last two lines so they’re:
left: -1px !important; top: -1px !important;
And that should do the trick. I’ll put out an update for this later. Readers, let me know if other themes are doing the same.