Archived topic
Rows in BeaverBuilder won't go full-width
10 replies · Started by Raielene on January 30, 2021
I'm using BeaverBuilder with the GP theme. I have the rows in BB set to full-width but they seem to be limited to 1200 px, which I think is set by the theme. Is there a setting I need to change to get the rows to go from edge to edge? (I'm trying to make the background colour touch the left and right sides.)
Hi there,
You can set the Content Container width to Full Width:
Thanks, David. I saw that link but can't figure it out as mine doesn't look the same. This is what I see: ![]()
Hi Raielene,
The setting is not in customizer, it's in the page editor. Find the screen shot below.
https://www.screencast.com/t/ivoI7IvnqCuD
That's it! I knew it was a simple setting issue but just couldn't figure it out. Thank you! 😊
No wait... the title is all the way on the edge too now, so not the perfect fix...
Hi there,
No wait… the title is all the way on the edge too now, so not the perfect fix…
That's what full-width does. It stretches the content area to the edge of the viewport.
But you can address this by adding content paddings within Beaver builder. :)
Ok, the problem is that all content can be handled by BeaverBuilder *except* the page title. It's like the content area starts *after* the title.
Maybe I need to add CSS to keep that title in place? To limit it somehow?
Maybe I need to add CSS to keep that title in place? To limit it somehow?
Yes you can do that. If you can link us to the page in question, we could inspect the page and help you out with the CSS write up. :)
This one? (Ignore the mess... just pulling the site together...)
http://bluepixeldesigndevelopment.com/website/frequently-asked-questions/
You can try adding this CSS:
h1.entry-title {
padding: 0 40px;
}