[Resolved] Full width ultra theme

  • Author
    Posts
  • #5437

    petejos80
    Participant

    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

    #5438

    Andrew Misplon
    Keymaster

    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.

    #5439

    petejos80
    Participant

    Andrew,

    Thank you for your quick reply. Is there a way to do this with BeaverBuilder?

    Thanks,
    Joe

    #5440

    Andrew Misplon
    Keymaster

    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.

    #5441

    petejos80
    Participant

    Works Great! Thank you!!

    #5443

    Andrew Misplon
    Keymaster

    Super, glad to hear that did the trick.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top