jamesjudson Posted October 28, 2020 Share Posted October 28, 2020 Site URL: http://thurstonhall.squarespace.com/accommodation Hi all, I've searched and searched existing posts to fix this but haven't been able to find anything. On this page thurstonhall.squarespace.com/accommodation (password is 'brooklyn') I have a grid gallery in 4 columns. On a mobile (phone) it goes to 2 columns and I've very happy with that. But on an iPad it is in a single column of giant images which looks silly. How can I get the iPad view to split to 2 columns, like the phone? Thanks - James Link to comment
Beyondspace Posted October 28, 2020 Share Posted October 28, 2020 I would like to help, please add this snippet via Settings->Design->Custom Css @media only screen and (max-width: 768px) { section[data-section-id="5f9331652c49843721f75d93"] .gallery-grid-wrapper { grid-template-columns: repeat(2, 1fr) !important; } } @media only screen and (min-width: 1024px) { section[data-section-id="5f9331652c49843721f75d93"] .gallery-grid-wrapper { grid-template-columns: repeat(4, 1fr) !important; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Archived
This topic is now archived and is closed to further replies.