Archived topic
Set Content Area to FullWidth
2 replies · Started by Sasha-Shae on May 11, 2016
Hey, brand new to using GeneratePress. Got the Premium as well. Wanted to know, is there a way to set the content area to be completely Full Width? Right now, even though the sidebars are turned off, I noticed that the content area still sits centered in the screen and elements don't completely fill the entire width of the screen. How can I accomplish this?
Ok tried this hack again..and seems to work
.container.grid-container {
max-width: 100%;
}
except for where the header area is. Any ideas on making the header area also sit completely fullwidth?
To make everything full width, you can do this:
body .grid-container {
max-width: 100%;
}
