Full-width pages

  • Author
    Posts
  • #1343

    cloudontap
    Participant

    Hey Andrew,

    Have another quick one — I have set this page (http://ccd.336.myftpupload.com/implementation-services/) to full-width, but the theme doesn’t seem to want to let the banners go full-width. We tried using metaslider, like the home page, and it still won’t stretch all the way. Any ideas?

    Thanks

    #1354

    Andrew Misplon
    Keymaster

    Hi 🙂 Good question for sure. At the moment doesn’t have a true full width content option. Meta Slider is introduced above the content container. Full width right now means, without sidebar. The good news is that Page Builder has a full width row layout option. To setup a Page Builder row as Full Width Stretched, click the wrench icon on the right of any row, click the Layout tab, click the Row Layout drop down and select Full Width Stretched.

    I went over this here: https://purothemes.com/support/topic/raws-full-lenght/ if you need more detail but chances are, the above is enough for you.

    Full Width Stretched Rows and Left Right Padding

    Breaking a row out of the content container means that there is no longer any left right padding. I’ve resolved this in 0.9.4. If you’d like to hotfix, please add:

    /* Page Builder Row Styles: Remove after Ultra 0.9.4 */
    
    .siteorigin-panels-stretch .panel-grid-cell:first-of-type .widget {
      padding-left: 1.78571em;
    }
    .siteorigin-panels-stretch .panel-grid-cell:last-of-type .widget {
      padding-right: 1.78571em;
    }
    .siteorigin-panels-stretch .panel-grid-cell:only-of-type .widget {
      padding-right: 1.78571em;
      padding-left: 1.78571em;
    }

    Hope that helps.

    #1362

    cloudontap
    Participant

    Andrew — this worked like a charm! Thank you. 😀

    #1365

    Andrew Misplon
    Keymaster

    Super! Really glad to hear that helped.

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

You must be logged in to reply to this topic.

Scroll to top