mwagner Posted March 26, 2021 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.
tuanphan Posted March 28, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mwagner Posted March 29, 2021 Author Posted March 29, 2021 You are amazing! Thank you - this makes the page look so much better!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.