niteshifte Posted January 9 Share Posted January 9 (edited) Hi there, I have thumbnails running underneath my products on mobile which works great providing there isn't anymore than 6. When you add more than this amount, the thumbnails run off the screen. Is it possible to add a bit of code to have the thumbnails run across 2 rows with 5 on top and 5 below? This is a product with 10 thumbnails and it doesn't work on mobile. It's perfect on desktop. https://daisy-chiton-7gh8.squarespace.com/shop/p/cork-postcards-series-1-thrpf-23tfs This is a product with 5 thumbnails and it's perfect. https://daisy-chiton-7gh8.squarespace.com/shop/p/cork-postcards-series-1 Thanks as always! Edited January 9 by niteshifte added more info Link to comment
Solution TheSquareSpacer Posted January 9 Solution Share Posted January 9 Hi @niteshifte. This code will do the job for you. Please add it in Design > Custom CSS @media screen and (max-width: 767px){ .ProductItem-gallery-thumbnails { flex-wrap: wrap !important; justify-content: center !important; } } let me know how it goes 🙂 Get Our MultiCurrency Extension for Your Site (7.0 & 7.1) Feel free to reach out for help and projects! The Squarespacer Limited Link to comment
niteshifte Posted January 9 Author Share Posted January 9 INCREDIBLE as always! You have saved me from weeks of stress today alone! TheSquareSpacer 1 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