Site logo

Archived topic

Comment section on page is full width (how to change this)

3 replies · Started by Matt on September 4, 2021

Viewing posts 1–4 of 4

I added the comment section on a page but it is full width. How do I set it so its the same width as the content?

Here is the page I added it to, https://activedirectorypro.com/tools/

Hi there,

try adding this CSS:

.page #comments {
    max-width: 1120px;
    margin: auto;
}

That worked. Thank you

You're welcome

This archived topic is closed to new replies.