danoshea Posted July 16, 2020 Share Posted July 16, 2020 Site URL: https://conch-armadillo-kf4s.squarespace.com/ Hi, I have a carousel slideshow header on the homepage. The carousel is cropped perfect on desktop, but when viewing on mobile, the image sides are cropped too much. I'd like to reduce the height of the image/carousel so more of the image sides are visible. Thanks in advance. Link to comment
tuanphan Posted July 16, 2020 Share Posted July 16, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#projects-hero { height: 35vh !important; } section#projects-hero img { width: 100% !important; left: 0 !important; height: auto !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.