[Resolved] Blog page and full width page builder container?

Home Forums Support [Resolved] Blog page and full width page builder container?

Home Forums Support Blog page and full width page builder container?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #484643
    sharedteams

    Hi,

    When I create a “Blog” page as the index page for all blog entries, and select “Full Width” for the Page Builder Container, like I do with other pages, it doesn’t adhere to that.

    It has individual containers with the background color showing through, sidebars, etc. I know I can go into Customizer and remove the sidebars, but it’s odd to me that the Page Builder Container doesn’t work for this page? I’d of course rather just select it and it work as it does on all others.

    Am I missing something?

    Thanks.

    #484759
    Leo
    Staff
    Customer Support

    Hi there,

    WordPress ignores all metabox values on index pages (blog, archive) by default, it’s not a theme thing.

    The same reason why the sidebar setting is in the customizer.

    To make the blog page full width, use this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #484828
    sharedteams

    I see. Thanks for the help.

    #484973
    Leo
    Staff
    Customer Support

    No problem 🙂

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