Cjstinger Posted March 14, 2021 Share Posted March 14, 2021 Site URL: https://cjstingerart.com/ Hi, I have an image block as my banner. And it shows fine when viewed on a desktop and phone, but the image does not resize properly on a tablet. It shows highly enlarged/zoomed in. Is there code so the banner will resize on a tablet? Thank you so much for your help!! Link to comment
tuanphan Posted March 23, 2021 Share Posted March 23, 2021 On 3/15/2021 at 4:28 AM, Cjstinger said: Site URL: https://cjstingerart.com/ Hi, I have an image block as my banner. And it shows fine when viewed on a desktop and phone, but the image does not resize properly on a tablet. It shows highly enlarged/zoomed in. Is there code so the banner will resize on a tablet? Thank you so much for your help!! Add to Design > Custom CSS > The nsave & reload your site /* resize tablet banner */ @media screen and (max-width:991px) and (min-width:768px) { body.homepage article section:First-child { min-height: 20vh !important; } } 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