Archived topic
Layout options for archive pages
3 replies · Started by Rolf on March 3, 2019
Hi, how can I change layout options for archive pages.
In this specific case, I want the setting "Page builder container: full width"
https://monosnap.com/file/kIcNwgJFULKEqKmmv0rwJtMMvco4zk
Header and footer on my page are rendered via GP, the content on the archive pages is rendered via Elementor, but on "normal" pages I am using the setting mentioned above to give elementor full width.
thanks
Hi there,
Try using the Layout Element:
https://docs.generatepress.com/article/layout-element-overview/
Thanks, I added the element (page builder full width) with DisplayRule: All Archives but the page is still not full width.
The elements section in general works, I did some tests on "normal" pages and changes made were applied.
Any hint?
You have this CSS added:
body.single .site.grid-container, .blog .site.grid-container, .archive .site.grid-container, .search .site.grid-container {
max-width: 800px;
}