Archived topic
gaps in the comment block
3 replies · Started by Jatin on July 25, 2021
Hi Guys,
There are Gaps in the Comment section which is making the comment block squeezed in and tiny. Is it possible to align it left and fill the gaps.
I have provided a screenshot in the private box and along the link of one of the post, its on all posts but i am sharing one of the posts.
Thank you.
Hi there,
Try this CSS"
body.separate-containers .comments-area {
padding: 0;
}
Thanks i added this one but how to align left. Its showing in the center currently. Thank You.
Hi there,
Comments plugin you're using is setting the lists max width to 750px.
Add this CSS to change that:
#wpdcom {
max-width: unset !important;
padding: 0 20px;
}