meerasabeh Posted November 6, 2021 Share Posted November 6, 2021 Site URL: http://soliloquizing.com/ Hello, I have a home page banner (currently a gif) on my site that crops on mobile. Any way to fix this? The site is http://soliloquizing.com/ and I'm attaching some images. Thanks! Link to comment
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 Add to Design > Custom CSS /* Mobile-Resize top banner image */ @media screen and (max-width:640px) { body.homepage img.js-page-banner-image { width: 100% !important; height: auto !important; left: 0 !important; } body.homepage .page-banner-wrapper.page-banner-has-image { height: 125px !Important; } } meerasabeh 1 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
meerasabeh Posted November 7, 2021 Author Share Posted November 7, 2021 6 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile-Resize top banner image */ @media screen and (max-width:640px) { body.homepage img.js-page-banner-image { width: 100% !important; height: auto !important; left: 0 !important; } body.homepage .page-banner-wrapper.page-banner-has-image { height: 125px !Important; } } Worked -- thank you! 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