- This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by Andrew Misplon.
- AuthorPosts
- May 1, 2015 at 4:48 pm #1343
cloudontapParticipantHey 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
May 1, 2015 at 6:50 pm #1354
Andrew MisplonKeymasterHi 🙂 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.
May 2, 2015 at 11:26 pm #1362
cloudontapParticipantAndrew — this worked like a charm! Thank you. 😀
May 3, 2015 at 4:07 pm #1365
Andrew MisplonKeymasterSuper! Really glad to hear that helped.
- AuthorPosts
You must be logged in to reply to this topic.