Archived topic
Container Width
1 reply · Started by Greg on March 24, 2019
Viewing posts 1–2 of 2
I am trying anything from 1000 - 2000 px width but the customizer and live site do not show the same.
On the customizer the content gets wider but on the live site the main body of the site remains the same squashed.
Hi there,
you have this CSS controlling the content width:
.no-sidebar .inside-article > *,
.no-sidebar #comments,
.no-sidebar .nav-links {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
have a look in the Customizer > Additional CSS for it.
This archived topic is closed to new replies.