Reply To: Beaver BUilder overides container width

Home Forums Support Beaver BUilder overides container width Reply To: Beaver BUilder overides container width

Home Forums Support Beaver BUilder overides container width Reply To: Beaver BUilder overides container width

#195388
Tom
Lead Developer
Lead Developer

Hi there,

When no sidebar is set and Beaver Builder is activated, the container will go to 100% to allow you to choose whether to use a contained container or a fluid container within Beaver Builder.

If we didn’t do this, people wouldn’t be able to easily create full width layouts using Beaver Builder.

You can override this if you like by using our Simple CSS plugin: https://wordpress.org/plugins/simple-css/

This adds a metabox to the edit page area called “Simple CSS” so you can add your own CSS to that one page:

.fl-builder.no-sidebar .container.grid-container {
    max-width: 1280px;
}

Let me know if you need more info 🙂