CARN3_ASADA Posted May 13, 2022 Share Posted May 13, 2022 Site URL: https://bounthavong.com/ Hello, I am trying to remove the top and bottom gaps between Gallery-Strips that appear only when in Mobile View. I have tried adding the following css code but it does not seem to work: @media screen and (max-width:640px) { .gallery-strips { padding-top: 0px !important; padding-bottom: 0px !important; } } Any help would be super appreciated! Thx very much! Link to comment
Beyondspace Posted May 15, 2022 Share Posted May 15, 2022 On 5/14/2022 at 1:02 AM, CARN3_ASADA said: Site URL: https://bounthavong.com/ Hello, I am trying to remove the top and bottom gaps between Gallery-Strips that appear only when in Mobile View. I have tried adding the following css code but it does not seem to work: @media screen and (max-width:640px) { .gallery-strips { padding-top: 0px !important; padding-bottom: 0px !important; } } Any help would be super appreciated! Thx very much! You can try @media only screen and (max-width: 767px) { #collection-5e82dc9205dc426d6194f7b9 .gallery-section-wrapper, #collection-5e82dc9205dc426d6194f7b9 .gallery-section-wrapper > .gallery { min-height: unset !important; } } Let me know how it works on your site 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 May 15, 2022 Share Posted May 15, 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
CARN3_ASADA Posted May 16, 2022 Author Share Posted May 16, 2022 Hey bangank36! That totally worked! Thanks so much! There's no way I would have figured that out! I really appreciate the help! 😃👍 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