Reply To: Main Content Width

Home Forums Support Main Content Width Reply To: Main Content Width

Home Forums Support Main Content Width Reply To: Main Content Width

#159448
Tom
Lead Developer
Lead Developer

Ah, when Beaver Builder is activated on a page we get rid of our container widths as people generally want full width sections.

To undo this, add this CSS:

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