Full-width isn't working on my site

It may be a theme issue. But I figured I’d ask.

I just installed BB on my The7 themed site. And when I create a full-width row, it doesn’t extend to the full-width of the page. I was able to get a Revolution Slider to stretch full-width. But, in general, rows won’t extend the full-width.

Is this a theme issue?

Check the bottom of this page:
http://dev.southernnapa.com/new-landing-page

Hey James,

Welcome to the BB forums! :slight_smile:

It looks like the theme’s content area is limited to 1200px. Can you check if there is a way to change that via the theme’s settings? If there isn’t, you can use the CSS below to override it.

.fl-builder #main > .wf-wrap {
  width: auto;
  padding: 0px;
}

Ben

The CSS works perfectly. Thank you!

Awesome! And no worries at all, James. :slight_smile:

Enjoy BB!

Ben

Hi everyone!
I have the same problem, I’m using Genesis Theme.
I followed your instructions, set “full-width” in “Genesis Dambuster” Plugin, and “landing page” in Wordpress page, but the full-width is not working.

Screenshot here:
https://drive.google.com/open?id=0B5TJ4MRFtXFyb1NJaW9nZWoteVU

Where i must paste the CSS of above?

Oh, Solved!
Just have to set “Enable Tweaks” in Genesis Dambuster Options, and set “Default Template” in Wordpresss, no “landing page”.

Glad to hear you figured it out, Javier! And thanks for taking the time to inform us. :slight_smile:

Enjoy!

Ben