Blackbell Posted August 30 Share Posted August 30 (edited) Hi, Site URL https://caterpillar-crocodile-jbdl.squarespace.com/config/pages Could someone please help me input the correct code to change the height of our banner slideshow on the homepage for mobile? Happy with sizing on desktop. I've tried inputing a couple different ones but I must be missing something. Cheers in advance Edited August 30 by Blackbell Link to comment
Solution Lesum Posted August 31 Solution Share Posted August 31 @Blackbell Here's a code snippet to adjust the banner slideshow height on mobile: @media only screen and (max-width: 640px) { .user-items-list-banner-slideshow .slides { min-height: 30vh !important } } You can adjust "30vh" in the code. Let me know how it goes. Thanks! Blackbell 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Blackbell Posted August 31 Author Share Posted August 31 Nailed it! Thank you so much! 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