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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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