Reputation: 35
For some reason I cannot get the placement of a line of text to remain consistent in different browsers. I'm trying to get the comments line and the "like" heart line to align correctly like you see in the lower right of this image taken from Firefox:
However, when viewing the same page in chrome or Safari it looks like this:
I tried messing around with the relative positioning of the div in CSS but haven't been able to find a solution for this problem. Any help would be much appreciated! The website is www.misscarispreschool.com if you'd like to check it out.
Thank you!
Upvotes: 1
Views: 189
Reputation: 19368
Your .entry-meta-right
class needs a width of at least 112px
, but you may want to make it bigger than that, depending on what your going for.
Also, .like-74 .like, .action_like { margin-top: 2px; }
makes it look nice
: )
Upvotes: 1