Site logo

Archived topic

How do I make the the container full width?

1 reply · Started by Desmond on June 28, 2020

Viewing posts 1–2 of 2

I am trying to create a full-width container/section. I have already set my Container Width to 2000px.

Container layout is also set to full-width. But it is still shown as container.

Hi there,

go to Customizer > Additonal CSS and remove the following:

.no-sidebar .inside-article>*,
.no-sidebar #comments,
.no-sidebar .nav-links {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
This archived topic is closed to new replies.