Sirid Posted October 29, 2020 Share Posted October 29, 2020 Site URL: https://www.abrabeauty.dk/eyelash-extensions I'm sure there is a line of code that could do just this but being a css noob it has been a bit difficult. The banner image on laptop for this site works great but it is a bit pointless on mobile, is it possible to either force resize the image/left justify it so it should the portion of the image that makes sense? So many thanks Link to comment
tuanphan Posted October 31, 2020 Share Posted October 31, 2020 Add to Home > Design > Custom CSS /* resize mobile banner */ @media screen and (max-width:767px) { body#collection-5f636befef0cc164bf3237af #page section:first-child { min-height: unset !important; height: 40vh; } } 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.