- This topic has 5 replies, 2 voices, and was last updated 7 years, 11 months ago by Andrew Misplon.
- AuthorPosts
- October 28, 2016 at 7:39 pm #5437
petejos80ParticipantHi,
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
October 28, 2016 at 7:45 pm #5438
Andrew MisplonKeymasterHi 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
.October 28, 2016 at 8:15 pm #5439
petejos80ParticipantAndrew,
Thank you for your quick reply. Is there a way to do this with BeaverBuilder?
Thanks,
JoeOctober 28, 2016 at 8:22 pm #5440
Andrew MisplonKeymasterSure.
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.
October 29, 2016 at 1:07 am #5441
petejos80ParticipantWorks Great! Thank you!!
October 29, 2016 at 1:03 pm #5443
Andrew MisplonKeymasterSuper, glad to hear that did the trick.
- AuthorPosts
You must be logged in to reply to this topic.