Archived topic
Blog page and full width page builder container?
3 replies · Started by sharedteams on January 31, 2018
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.
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/
I see. Thanks for the help.
No problem :)