- This topic has 21 replies, 11 voices, and was last updated 6 years, 2 months ago by
Leo.
-
AuthorPosts
-
December 7, 2017 at 2:51 pm #444351
Samuel
Hello GP Community!
I’ve been really enjoying the GP and Elementor setup so far. It has really upped our web development game!
I was wondering if it’s possible to change all the existing pages’ Page Builder Container meta box setting from Default to Full Width? I have some custom CSS and it seems to only apply when Full Width is selected. If not, having Full Width be pre-selected for new posts would be wonderful instead of Default.
Thanks in advance for your input!
December 7, 2017 at 3:18 pm #444370Leo
StaffCustomer SupportHi there,
I’ve actually logged this as a future feature couple days ago.
For now we have to use CSS. Are you looking to make default for both pages and posts?
Let me know.
December 8, 2017 at 1:40 am #444598Gavin
I’d like to support this too please.
It seems strange to be able to set ‘Full Width’ within the page ‘Layout Options’, but not set this as a global option so that it occurs under ‘default’.
It’d be nice to have set default for pages and post separately, but that’s not urgent.
Generally I use Elementor for pages, but posts are built using WordPress Editor (just text and some images).
December 8, 2017 at 8:33 am #444884Leo
StaffCustomer SupportTo change all pages to full width, you can use this CSS:
.page .container.grid-container { max-width: 100%; }For all posts:
.single .container.grid-container { max-width: 100%; }For pages and posts:
.container.grid-container { max-width: 100%; }Adding CSS: https://docs.generatepress.com/article/adding-css/
January 21, 2018 at 8:17 am #476419Adi
Agree with Samuel – I’d like this as well.
Leo – It would be great to be able to set the full width option for both posts and pages.
February 21, 2018 at 8:38 am #502100Manuel
Hi everyone,
any chance to set the padding to 0 just for single posts?
Thanks a lot!
February 21, 2018 at 11:29 am #502255Leo
StaffCustomer SupportTry this:
.single .container.grid-container { max-width: 100%; }February 21, 2018 at 11:31 am #502260Manuel
Thanks for the fast reply.
That’s what I’ve tried but the padding is still there.February 21, 2018 at 3:22 pm #502367Leo
StaffCustomer SupportCan you open a new topic and link me to the page in question?
Thanks!
February 22, 2018 at 2:02 am #502582Manuel
Ok, no problem.
February 22, 2018 at 9:00 am #502992Leo
StaffCustomer SupportThanks 🙂
March 27, 2018 at 1:09 pm #532899Gábor
I’ve actually logged this as a future feature couple days ago.
Do you have any news about this feature?
March 27, 2018 at 7:04 pm #533167Leo
StaffCustomer SupportNot yet unfortunately.
The CSS solution should work just as well for now though.
Thanks for your patience!
April 19, 2018 at 4:32 pm #555231Chris Burbridge
This is exactly what I want, as well. I’m using GeneratePress as “the ideal solution to use with Beaver Builder”, so anything that makes that easier is a plus.
April 19, 2018 at 9:01 pm #555302Leo
StaffCustomer SupportThis is on our list 🙂
Just trying to find way to make the user interface easy for everyone.
-
AuthorPosts
- You must be logged in to reply to this topic.