Just a few quick questions :)
1.
This is how the comment box looks when I'm on one of my entries and "Post a comment" is clicked. But if I click to reply to someone else's comment in the same entry, the reply box looks
like this where the font size is much smaller. Is there any way to increase the font size when I'm replying? By the same token, is
(
Read more... )
Comments 4
.commentreply {margin-top:15px}
Tags & Co
.currents {margin-top:-15px}
You need this additional to your own change; it's a workaround as the tags are inside (a part of) .entry_text.
Comment Box (font-size)
#qrform {font-size:10pt;}
Good luck!
Reply
I also added the suggested code to fix the entry padding problem, but I still have the same issue when I get an entry that has currents filled in but no tags selected. I think the negative/positive margins are just canceling each other out so it's as if I didn't add any corrections at all?
Reply
.entry_text {margin-bottom:0; padding-bottom:20px}
.currents {margin-top:-20px}
This one works, but it hides the horizontal scroll bar. Other things I tested collide too much with the residual CSS.
Perhaps someone else has a better alternative.
Reply
(The comment has been removed)
Reply
Leave a comment