Cjstinger Posted March 14, 2021 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!!
tuanphan Posted March 23, 2021 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; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.