Site logo

Archived topic

Customize size of comment box and author box in post

7 replies · Started by Tan on June 4, 2020

Viewing posts 1–8 of 8

Hi there,
When I choose page builder container is fullwidth, my author box and comment box is also full width.
You can see here.
How can I keep the size of these? I just want content of my post is full width.

Hi there,

can you link me to a post that has the Full Width option enabled so i can check the CSS required.

Try this CSS:

.comments-area,
.saboxplugin-wrap {
    max-width: 1200px; /* Adjust to suit */
    margin-left: auto;
    margin-right: auto;
}

Thank you David. It worked perfectly! :)
How about the author box? I use plugin Simple Author Box and have a short code on hook.

Yeah. Thank you so much David! :)

You're welcome

This archived topic is closed to new replies.