Adamb123 Posted November 20 Posted November 20 Site URL: https://thesaturdayproject.co/ Password is 'aw24' Hello, I am looking for some custom code to reduce the width between the products on the 'shop page' (mobile only). I would like the distance to be 10 pixels if possible. Thanks in advance!!
Solution katycarlisle Posted November 21 Solution Posted November 21 Try adding this to your custom CSS: /* Reduce gap between products on mobile view */ @media screen and (max-width: 767px) { .products.collection-content-wrapper .list-grid { grid-column-gap: 10px; } } And let me know if you have any issues! Oh hey! I'm Katy Carlisle, a web designer and trainer who goes by the name SQSP Queen. My pronouns are she/her and I'm based on Vancouver Island in BC 🍁 I've been using Squarespace since 2013, and work mainly with non-profits or freelancers on projects that do good. I love answering questions about Squarespace and don't expect anything in return, but if you do want to say thanks, feel free to buy me a coffee ☕
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment