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.