Cjstinger Posted January 26, 2021 Share Posted January 26, 2021 Site URL: https://cjstingerart.com/ Hi, I have an image block as my banner. And it shows fine when viewed on a desktop, but on a mobile it is cut-off. The image does not resize at all when viewed on a mobile. I don't know anything about coding. Can you please help? Thank you! Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 Hi. Add to Design > Custom CSS /* resize mobile banner */ @media screen and (max-width:767px) { body.homepage #page section:first-child { min-height: 10vh; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.