[Resolved] Page Builder set to Full Width

Home Forums Support [Resolved] Page Builder set to Full Width

Home Forums Support Page Builder set to Full Width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #488204
    Stephen

    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

    #488509
    Leo
    Staff
    Customer Support

    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/

    #489263
    Stephen

    Thanks Leo, much appreciated.

    #489566
    Leo
    Staff
    Customer Support

    No problem 🙂

    #931924
    Morgan

    Is adding

    body .site.grid-container {
        max-width: 100%;
    }

    Still necessary?

    #932010
    David
    Staff
    Customer Support

    Hi there,

    you can set it globally or dynamically using the Layout Element:

    https://docs.generatepress.com/article/layout-element-overview/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.