MoonMama Posted October 30, 2021 Share Posted October 30, 2021 Site URL: https://www.tribeandsol.com Hi, I want to decrease the space between the images on my homepage so that they're closer together can anyone help? Link to comment
Beyondspace Posted October 30, 2021 Share Posted October 30, 2021 (edited) 2 hours ago, MoonMama said: Site URL: https://www.tribeandsol.com Hi, I want to decrease the space between the images on my homepage so that they're closer together can anyone help? You can try adding to Home > Design > Custom Css section[data-section-id="617cd72fcd9056094e9801e9"] .col > .sqs-block.image-block { padding: 8px; } Let me know how it works Support me by pressing 👍 if this useful for you Edited October 30, 2021 by bangank36 MoonMama 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
Beyondspace Posted October 30, 2021 Share Posted October 30, 2021 My testing result MoonMama 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
MoonMama Posted October 30, 2021 Author Share Posted October 30, 2021 Hi, Yes it worked perfectly on desktop! On mobile it didn't work it leaves a big space in every other photo. Link to comment
Beyondspace Posted October 31, 2021 Share Posted October 31, 2021 7 hours ago, MoonMama said: Hi, Yes it worked perfectly on desktop! On mobile it didn't work it leaves a big space in every other photo. You can try this for the mobile breakpoint @media only screen and (max-width: 767px) { .sqs-layout .sqs-row .sqs-block:first-child { padding-top: 3px !important; } .sqs-layout .sqs-row .sqs-block:last-child { padding-bottom: 3px !important; } } 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 October 31, 2021 Share Posted October 31, 2021 The testing result after applying above code padding.mp4 MoonMama 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