Archived topic
How to make all pages auto full width
4 replies · Started by Jason Westbrook on December 28, 2017
Hey guys...
I am trying to figure out how to make all pages auto fullwidth by default. I have a couple plugins that add a sidebar in as a "default" page type on a custom post-type and I want those to be full width. I have this css added but doesn't change it.
.page .container.grid-container {
max-width: 100%;
sorry....
Hi there,
Are you wanting the full page to be full width (including header and footer) or just the content section?
Just the content section
Hmm try this:
.container.grid-container {
max-width: 100%;
}