Hi,
I am trying to get my rows to stretch to the very edges of the page, but it seems impossible. I would like for the content stretch to be exactly like the purothemes.com homepage. I am using Ultra Theme. Thanks, Joe
Hi,
I am trying to get my rows to stretch to the very edges of the page, but it seems impossible. I would like for the content stretch to be exactly like the purothemes.com homepage. I am using Ultra Theme. Thanks, Joe
Hi Joe
If you’re using Page Builder, click the wrench icon on the far right of each row and then click Edit Row > Row Layout > Full Width Stretched.
Andrew,
Thank you for your quick reply. Is there a way to do this with BeaverBuilder?
Thanks,
Joe
Sure.
I, unfortunately, haven’t spent much time working with Beaver Builder. Page Builder by SiteOrigin uses JavaScript and negative margins for full-width stretched rows. The advantage of this is that it works with any theme. It seems Beaver doesn’t offer this and needs a little extra work from the theme:
https://www.wpbeaverbuilder.com/knowledge-base/full-width-rows/
If you have a Custom CSS plugin like Simple Custom CSS installed, you can try the following at Appearance > Custom CSS:
/* Ultra Beaver Site Content */
.fl-builder .site-content .container {
max-width: none;
}Untested. Let me know.
Works Great! Thank you!!
Super, glad to hear that did the trick.