Reply To: Pages displaying as full width

Home Forums Support Pages displaying as full width Reply To: Pages displaying as full width

Home Forums Support Pages displaying as full width Reply To: Pages displaying as full width

#180108
Tom
Lead Developer
Lead Developer

This is because of Beaver Builder.

In most cases, people use BB to create full page layouts.

However, I’ve been seeing more and more people using it just for the columns.

In the next version of GP I’ve made it so the container will only go full width if no sidebars are selected.

For now, try this CSS:

.fl-builder .container.grid-container {
    max-width: 1200px;
}

.fl-builder.no-sidebar .container.grid-container {
    max-width: 100%;
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/