niteshifte Posted January 9, 2023 Share Posted January 9, 2023 (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, 2023 by niteshifte added more info Link to comment
Solution SQSPStarter Posted January 9, 2023 Solution Share Posted January 9, 2023 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 🙂 Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
niteshifte Posted January 9, 2023 Author Share Posted January 9, 2023 INCREDIBLE as always! You have saved me from weeks of stress today alone! SQSPStarter 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