mportch Posted November 26, 2022 Share Posted November 26, 2022 Hi I'm looking for code - How do I make this page switch to only 1 image per row in mobile view? https://smilodon-ocelot-my5f.squarespace.com/gallery Pass: Hello Link to comment
Beyondspace Posted November 26, 2022 Share Posted November 26, 2022 3 hours ago, mportch said: Hi I'm looking for code - How do I make this page switch to only 1 image per row in mobile view? https://smilodon-ocelot-my5f.squarespace.com/gallery Pass: Hello You can try adding to Home > Design > Custom css @media only screen and (max-width: 767px) { .gallery-masonry-wrapper.gallery-masonry-list--ready { display: grid; grid-template-columns: 1fr; grid-gap: 20px; height: auto !important; } .gallery-masonry-item { position: relative !important; height: auto !important; width: 100% !important; transform: translate3d(0,0,0) !important; } .gallery-masonry-lightbox-link, .gallery-masonry-item-wrapper { height: auto !important; } .gallery-masonry-lightbox-link img { width: 100% !important; } } Support me by pressing 👍 or marking as solution if this useful for you mportch 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted November 26, 2022 Share Posted November 26, 2022 My testing mportch 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
mportch Posted November 27, 2022 Author Share Posted November 27, 2022 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