[Support request] Page Builder Container Full Width By Default

Home Forums Support [Support request] Page Builder Container Full Width By Default

Home Forums Support Page Builder Container Full Width By Default

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #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!

    #444370
    Leo
    Staff
    Customer Support

    Hi 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.

    #444598
    Gavin

    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).

    #444884
    Leo
    Staff
    Customer Support

    To 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/

    #476419
    Adi

    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.

    #502100
    Manuel

    Hi everyone,

    any chance to set the padding to 0 just for single posts?

    Thanks a lot!

    #502255
    Leo
    Staff
    Customer Support

    Try this:

    .single .container.grid-container {
        max-width: 100%;
    }
    #502260
    Manuel

    Thanks for the fast reply.
    That’s what I’ve tried but the padding is still there.

    #502367
    Leo
    Staff
    Customer Support

    Can you open a new topic and link me to the page in question?

    Thanks!

    #502582
    Manuel

    Ok, no problem.

    #502992
    Leo
    Staff
    Customer Support

    Thanks 🙂

    #532899
    Gábor

    I’ve actually logged this as a future feature couple days ago.

    Do you have any news about this feature?

    #533167
    Leo
    Staff
    Customer Support

    Not yet unfortunately.

    The CSS solution should work just as well for now though.

    Thanks for your patience!

    #555231
    Chris 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.

    #555302
    Leo
    Staff
    Customer Support

    This is on our list 🙂

    Just trying to find way to make the user interface easy for everyone.

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