RenataB999 Posted March 29, 2022 Share Posted March 29, 2022 Site URL: https://www.netixglobal.com/ hi, I can't fix the space between images and navigation bottoms for the slider on mobile. Will appreciate any help Link to comment
Beyondspace Posted March 29, 2022 Share Posted March 29, 2022 12 minutes ago, RenataB999 said: Site URL: https://www.netixglobal.com/ hi, I can't fix the space between images and navigation bottoms for the slider on mobile. Will appreciate any help Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="623ff18166f313090b081264"] .slides--initialized { min-height: 40vh !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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 March 29, 2022 Share Posted March 29, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
RenataB999 Posted March 29, 2022 Author Share Posted March 29, 2022 3 minutes ago, bangank36 said: Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="623ff18166f313090b081264"] .slides--initialized { min-height: 40vh !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Thanks, yes. But niw these guys are on the text Link to comment
Beyondspace Posted March 29, 2022 Share Posted March 29, 2022 You can change the value of min-height until it meets your requirement BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
RenataB999 Posted March 29, 2022 Author Share Posted March 29, 2022 3 minutes ago, bangank36 said: You can change the value of min-height until it meets your requirement I tried, but the images are changed as well this way. Link to comment
Beyondspace Posted March 29, 2022 Share Posted March 29, 2022 16 minutes ago, RenataB999 said: I tried, but the images are changed as well this way. Add the following one to make image unchange @media only screen and (max-width: 767px) { section[data-section-id="623ff18166f313090b081264"] .slides--initialized img { height: auto !important; width: 100% !important; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
RenataB999 Posted March 29, 2022 Author Share Posted March 29, 2022 34 minutes ago, bangank36 said: Add the following one to make image unchange @media only screen and (max-width: 767px) { section[data-section-id="623ff18166f313090b081264"] .slides--initialized img { height: auto !important; width: 100% !important; } } Still that space is there, trying to adjust but not working Link to comment
Beyondspace Posted March 29, 2022 Share Posted March 29, 2022 10 hours ago, RenataB999 said: Still that space is there, trying to adjust but not working Add the following one in the above media query and change the min-height of wrapper element until it meets your requirement section[data-section-id="623ff18166f313090b081264"] .list-item { padding: 0 !important } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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