Archived topic
Page Builder set to Full Width
5 replies · Started by Stephen on February 5, 2018
Hi,
I understand that if using a page builder (elementor in my case) I need to set:
Layout - Page Builder Container - Full Width
However, is it possible to do this globally in the theme, rather than setting it on a page by page basis using the Layout Metabox?
I assume the Metabox Layout - Sidebars - Default value, grabs the Customiser - Layout - Sidebars value (in my case Content (no sidebars)) from the theme and I don't need to set that page by page? But there doesn't appear to be anything like this for the Metabox Full Width setting?
Thanks
Steve
Hi there,
This is a planned feature.
For now you can use this CSS to set full width globally:
body .site.grid-container {
max-width: 100%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo, much appreciated.
No problem :)
Is adding
body .site.grid-container {
max-width: 100%;
}
Still necessary?
Hi there,
you can set it globally or dynamically using the Layout Element:
https://docs.generatepress.com/article/layout-element-overview/