Archived topic
Is there any way I could either avoid or make this routine programatic?
3 replies · Started by Terence on April 23, 2018
I have one niggle constant working with GeneratePress.
I use it and GP Premium in conjunction with Elementor, and every time I start a new page or post, as a mininum, I have to run through the same manual prep routine each time.
Before I can start laying out the page, as a minimum, I must do the following...
1. Change the template to Elementor Full Width
2. Set the Sidebars to "Content (no sidebars)"
3. Disable "Content Title"
4. Set Page Builder Container to "Full Width"
Is there any way I could either avoid or make this routine programatic?
Hi there,
1. This sounds like an Elementor option? If so you need to ask them
2. Global sidebar layout is in the customizer: https://docs.generatepress.com/article/sidebar-layout/
3. https://docs.generatepress.com/article/generate_show_title/
4. For both pages and posts? Try this CSS:
.site.grid-container {
max-width: 100%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Thanks Leo. Yes it turns out you're right.
You just need to set page to Elementor Full Width template using the Elementor settings and it takes care of everything for you.
No problem :)