Reduce spaces between comments
-
Hi everyone!
I’m trying to reduce the space between comments that appears under every post. I feel there is just too much white space in between which makes the comment section very long. Is there any way I can adjust it? My theme is penscratch. Thanks in advance! :)
The blog I need help with is: (visible only to logged in users)
-
Hello!
I tried something to reduce the most, please add the CSS into your stylesheet to see if you like :
p.comment-likes { height: 0;} .comment { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc; } .comment-content { clear: both; } .comment-meta .comment-metadata { position: relative; top: -25px; float: right; } .reply { float: right; margin-top: -20px; } -
Hi dianakcury,
Thank you so much! It’s super helpful. Have added the codes to the stylesheet and it looks exactly what I’m looking for! :) Thanks again!
- The topic ‘Reduce spaces between comments’ is closed to new replies.