mwagner Posted March 26, 2021 Share Posted March 26, 2021 Site URL: https://www.st-bede.com/ I'm struggling to find a way to make the main image on our home page stretch full width. The prior website developer is no longer with the company and I can't figure out what CSS coding he used (there's a LOT of Custom CSS on the site and I can't make heads-or-tails of what goes to what since very few are labeled what it's for) to make the background styling on the template no longer active nor how to adjust the sizing of the image blocks so they are full-width. Link to comment
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 Add to Design > Custom CSS /* fullwidth main image */ @media screen and (min-width:901px) { body.homepage section#content { margin-left: 0 !important; margin-right: 0 !important; } body.homepage { overflow-x: hidden; } div#page-5f4ff3bfadbea84aa5e70325>.row>.span-12>*:not(:first-child) { margin-left: 10vw; margin-right: 10vw; } } 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
mwagner Posted March 29, 2021 Author Share Posted March 29, 2021 You are amazing! Thank you - this makes the page look so much better! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment