PregAppetit Posted August 28, 2020 Share Posted August 28, 2020 Site URL: https://www.pregappetit.com Hi does anyone know how to re-size the hero gallery carousel on the homepage? It takes up too much of the screen and I want to make it smaller, and the images do not resize on mobile. www.pregappetit.com Thank you!! Link to comment
tuanphan Posted August 29, 2020 Share Posted August 29, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#hero-images img { width: 100% !important; left: 0 !important; height: auto !important; } section#hero-images, section#hero-images>div { min-height: unset !important; height: 240px !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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.