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
Solution tuanphan Posted February 2, 2021 Solution 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; } } Cjstinger 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment