Archived topic
Change container on full-width posts only
7 replies · Started by Tobias on February 20, 2019
Hi,
I'm searching for a way to change the container width on posts/pages without sidebars.
As a result, full-width posts should be narrower and posts with sidebars should stay the same.
Hopefully you can give me a hint.
Hi there,
some CSS like this:
body:not(.right-sidebar) #main {
max-width: 720px;
}
Thank you very much, David. This works great!
You're welcome.
This is great. Is there any way to center the whole thing?
I centered it with
margin-left: auto;
margin-right: auto;
Hope that helps.
Awesome. That did work. Thanks very much.
In case anyone wants to see how I applied this, here's a post with no sidebar and the revised width to 800px.
Thanks Tobias - Will you can ignore the other topic reply :)