Studio237 Posted April 8, 2020 Share Posted April 8, 2020 Site URL: https://www.stu237.com/services Hello all, I know this topic has been talked about before, but can't seem to find a definitive answer/solution. I simply want my website to have a full width/bleed images and video. Here's the exact website I'm inspired by that I want to mimic: https://www.mortalshell.com/ Here is my website for comparison: https://www.stu237.com/services Your help is much appreciated! Thank you. 🙂 P.S. Apologies if I may not understand everything, I'm not a web designer by trade, but given my limited budget I have to build my start-up company website on my own. Link to comment
tuanphan Posted April 9, 2020 Share Posted April 9, 2020 Fullwidth All images/videos on services page? If yes, your page is not fullwidth, If images/video fullwidth, you need to set all elements to fullwidth, add this to Services page settings > Advanced > Header <style> /* fullwidth all elements */ main#page { width: 100% !important; max-width: 100%; padding-left: 0; padding-right: 0; } /* set padding left right for text block */ main#page .sqs-layout .row .col div:not(.video-block):not(.image-block) { padding-left: 2vw; padding-right: 2vw; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Studio237 Posted April 9, 2020 Author Share Posted April 9, 2020 @tuanphan Thank you! That worked. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.