Comment margin

How do I adjust the margin of the comment area?

For example: https://360rambler.com/carquinez-straight-shoreline/

After making the featured image full width, I noticed the comment area is smashed up against the left/right margins:

I’d like it to align with all the other page content.

Hi Dave,

Its me again, please add this to Theme Options > CSS

.x-comments-area {
	max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

This may not look align with the Read Next section, but that is the width of your content.

Hope it helps,
Cheers!

Perfect, thanks!

For some reason the comments are not showing for any posts but one, even though the ‘Allow Comments’ is checked:

It’s working on this post: https://360rambler.com/carquinez-straight-shoreline/ but all the others aren’t showing comments. Suggestions?

Nevermind…just saw another thread about a Setting that automatically closes comments after 28 days. I unchecked and everything is working fine now. All good!

Glad you’ve sorted it out, Dave.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.