LLO Posted January 25, 2022 Share Posted January 25, 2022 Site URL: http://www.life-less-ordinary.co.uk Hi! On desktop my images appear 3 per row, on mobile they stack. Does anyone know how to keep it as 3 images on mobile screens? Thanks! Link to comment
Beyondspace Posted January 27, 2022 Share Posted January 27, 2022 On 1/25/2022 at 6:06 PM, LLO said: Site URL: http://www.life-less-ordinary.co.uk Hi! On desktop my images appear 3 per row, on mobile they stack. Does anyone know how to keep it as 3 images on mobile screens? Thanks! Try adding to Home > Design > Custom Css @media screen and (max-width: 640px) { section#homepageproducts .span-4:nth-child(-n+2) { width: 33.3% !important; float: left !important; } section#homepageproducts .span-4:nth-child(3) { width: 33.3% !important; float:left !important; column-count: unset; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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 January 27, 2022 Share Posted January 27, 2022 My testing 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