Can't get content full width

Hi guys,

I’m trying to get the content on my site to go full width. I’m using the plugin with the Willow theme, and despite the page being set to full width within the theme, and the Page Builder global settings being full width, I’m still left with big gaps around the edges. I’ve also included the custom css:

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

Any ideas?

Thanks

Hi Brooke,

Can you provide a link to the site in question, so we can take a closer look, please?

Thanks,
Danny

[Content Hidden]

Sorry, that’s not working. Try http://wonderbean.co.uk/home-2/. Let me know if you need login details. Thanks

Hey Brooke,

The CSS snippet below should fix you right up! :slight_smile:

#content > .container {
  width: 100%;
  padding: 0px;
}

Ben

Whoop! Thanks!

Awesome! And glad I could help! Enjoy BB! :slight_smile:

Ben