Archived topic
Full Width
6 replies · Started by Peter on November 7, 2016
I have tried the settings in the section add on and I have not been able to make a full width page. How can I get rid of the space between my content and the edge of the page?
Hi there,
If the section setting is set to full width/fluid, it should. Can you link me to the page?
The box type and the inner box type in the page's Sections settings are set to full width, but I don't see a setting for "fluid".
I know I can accomplish a full width by getting rid of the padding with this style, but it seems like you are saying that there is a way to do it in the Sections settings. Its that correct?
#generate-section-1 .generate-sections-inside-container{
padding:0;
}
Ah I see, you can actually add the class no-padding to the section inside the section settings to remove the left and right padding.
thanks, that works, but I still have the problem of getting it to full width. The container width in the layout section of the customizer only has pixel values. How can I make to to 100%?
For the site-wide grid?
body .grid-container {
max-width: 100%;
}
I don't suggest doing that though - better off giving the value in the Customizer a large value like 2000px.
Your video isn't 100% because it has an inline style setting it to 1600px.