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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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 January 27, 2022 Share Posted January 27, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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