Archived topic
Customize size of comment box and author box in post
7 replies · Started by Tan on June 4, 2020
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.
It's here.
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.
Oops missed that - i edited the code here to include the author box
Yeah. Thank you so much David! :)
You're welcome