BukofskyBrand Posted August 30, 2021 Share Posted August 30, 2021 Site URL: https://www.commonwealthmobiledentistry.com/ Hello, not sure if I'm in the right place for this but figured I would ask. For my website, I added a banner image, but on mobile view it appears there is a large gap between the banner and the next section. I did add custom code to make sure the image would scale correctly on mobile view, so I'm wondering maybe there is an issue with that? Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 On 8/31/2021 at 5:05 AM, BukofskyBrand said: Site URL: https://www.commonwealthmobiledentistry.com/ Hello, not sure if I'm in the right place for this but figured I would ask. For my website, I added a banner image, but on mobile view it appears there is a large gap between the banner and the next section. I did add custom code to make sure the image would scale correctly on mobile view, so I'm wondering maybe there is an issue with that? Add to Design > Custom CSS /* remove large space under banner on mobile */ @media screen and (max-width:767px) { [data-section-id="60e4e857179c554ee491a69e"] { min-height: unset !important; } } 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!) Link to comment
BukofskyBrand Posted September 1, 2021 Author Share Posted September 1, 2021 This seemed to work. Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.