Full Width Using BB Theme

Hi!

I’m happily using Beaver Builder for another site, but this new one isn’t allowing me to go full width. I’m using the BB theme (Premiere preset) and the rows are set to full width / content full width - but I still have margins. I’ve tried setting padding to 0 and it makes no difference :frowning:

I’ve read through a few threads and tried various CSS edits, none of which have helped. Any ideas, please?

https://staging1.vivianpricecars.com

Another weird one is that while using the editor, I’m not able to see my live edits - it locks me out of the row once it’s saved. Is this an https issue?

Select the full width template from Page Attributes->template drop down list

There’s no option - just default, no header/footer and sidebar.

Try this

.home.fl-full-width .fl-page-content {
max-width: 100%!important;
}

Perfect :slight_smile: Thank you!