Full-width not working with CircleFlip

Hello, I am using Beaver Builder on our in-progress website (https://www.perlur.cz/cs/domu/) and I would like to use full-width for the green row with background, however it does not work. I have added custom ccs code:

.fl-builder #content {
width: auto;
}

as described in http://forum.wpbeaverbuilder.com/knowledge-base/full-width-rows/, however it did not help. I am using CircleFlip theme.

Hey Marek,

Welcome to the BB forums! :slight_smile:

Does the theme not have an option/page template for a full width layout? If so, try adding the CSS snippet below and see if it works! :slight_smile:

body > .container {
  width: 100%;
}

Ben

Hi Ben, thank you! Your suggestion worked just perfectly. Thank you!

No worries at all, Marek! Glad I could help! Enjoy BB! :slight_smile:

Ben