MEEE Posted November 25, 2021 Share Posted November 25, 2021 I cannot find a way how to make my layout stay the same on the phone. Having 6 or at least 3 images in a row on the gallery block. Squarespace only allows to have 2. I could do it on a product page tho via this code but cant fix it via gallery page <style> /* Product 2 columns mobile */ @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-column-gap: 10px; } } </style> Also adjust all these mad gaps Any ideas? Link to comment
Beyondspace Posted November 25, 2021 Share Posted November 25, 2021 3 hours ago, MEEE said: I cannot find a way how to make my layout stay the same on the phone. Having 6 or at least 3 images in a row on the gallery block. Squarespace only allows to have 2. I could do it on a product page tho via this code but cant fix it via gallery page <style> /* Product 2 columns mobile */ @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-column-gap: 10px; } } </style> Also adjust all these mad gaps Any ideas? Kindly share your site with the protected password to check your issue BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
MEEE Posted November 26, 2021 Author Share Posted November 26, 2021 11 hours ago, bangank36 said: Kindly share your site with the protected password to check your issue https://crocodile-denim-dj9g.squarespace.com/new-page 2021lp Link to comment
tuanphan Posted November 27, 2021 Share Posted November 27, 2021 @MEEE Add this to Page Header <style> .gallery-grid-wrapper { grid-template-columns: repeat(3,1fr) !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (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