Site logo

Archived topic

About comment styling

5 replies · Started by Allen on June 1, 2021

Viewing posts 1–6 of 6

hi

There is unusual large gap and inconsistent gap between these comments.
Can you please point me how can I correct my CSS?
Thanks

Hi there,

It's coming from the 40px in this CSS you've added:

.children .comment-body {
    margin: 40px 0px 5px 0px;
    border: 1px solid #AAAAAA;
}

Let me know if this helps :)

hi
thanks for the reply.
I try to tune around the CSS, but still not able to achieve what shown on the right side of the screenshot.
Thank you!

Hi there,

Try adding this CSS:

.comment .children {
    margin-top: 10px;
    margin-bottom: 10px;
}

Thanks Leo and Elvin. Both solution worked perfectly

Glad you got it sorted. No problem. :D

This archived topic is closed to new replies.