Reply To: Content title moved when Beaver Builder is used

Home Forums Support Content title moved when Beaver Builder is used Reply To: Content title moved when Beaver Builder is used

Home Forums Support Content title moved when Beaver Builder is used Reply To: Content title moved when Beaver Builder is used

#165935
Tom
Lead Developer
Lead Developer

It’s a double-edged sword I’m afraid.

Most people using a page builder are using them to create full width sections – if not, using the page builder is most likely overkill on the page.

There’s no way in Beaver Builder to tell if the page will be full width or contained, so we go with full width as it’s the most popular choice.

You can set it back to the width with some CSS:

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

Kind of a pain, as there’s no easy solution either way.