HunterD Posted April 15, 2022 Share Posted April 15, 2022 Hello, I tried increasing the size of the carousel gallery on mobile but it overflows into the below section. This is the code I used. See attached image, before and after code. Need help, thanks in advance. http://lohanne-quintella.squarespace.com/ Pass: Lohannequintella @media screen and (max-width:767px) { .sqs-gallery-design-strip { height: 40vh !important; overflow: scroll; } } BEFORE: Link to comment
Beyondspace Posted April 18, 2022 Share Posted April 18, 2022 On 4/15/2022 at 11:50 PM, HunterD said: Hello, I tried increasing the size of the carousel gallery on mobile but it overflows into the below section. This is the code I used. See attached image, before and after code. Need help, thanks in advance. http://lohanne-quintella.squarespace.com/ Pass: Lohannequintella @media screen and (max-width:767px) { .sqs-gallery-design-strip { height: 40vh !important; overflow: scroll; } } BEFORE: Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px){ section[data-section-id="625ac742ce43721fdfb05d88"] img { height: auto !important; } section[data-section-id="625ac742ce43721fdfb05d88"] .user-items-list-carousel[data-layout-width="full"] .user-items-list-carousel__gutter { padding: 0; } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted April 18, 2022 Share Posted April 18, 2022 My testing tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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