Not resolved

Full-width pages

Ultra Theme started by cloudontap May 1, 2015 3 replies
cloudontap May 1, 2015 · 4:48 pm #1343

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

Andrew Misplon Puro May 1, 2015 · 6:50 pm #1354

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: http://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.

cloudontap May 2, 2015 · 11:26 pm #1362

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

Andrew Misplon Puro May 3, 2015 · 4:07 pm #1365

Super! Really glad to hear that helped.

4 posts