hop Posted October 12, 2022 Share Posted October 12, 2022 Site URL: https://www.jdingphoto.com/ Hi, I'd like to change the display of the "gallery" on my homepage (and two other gallery pages) to only be one column of photos when opened on mobile. For reference, this is the site I'm designing: https://www.jdingphoto.com/ Link to comment
Solution Beyondspace Posted October 12, 2022 Solution Share Posted October 12, 2022 8 minutes ago, hop said: Site URL: https://www.jdingphoto.com/ Hi, I'd like to change the display of the "gallery" on my homepage (and two other gallery pages) to only be one column of photos when opened on mobile. For reference, this is the site I'm designing: https://www.jdingphoto.com/ Do you mean something like this? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
hop Posted October 12, 2022 Author Share Posted October 12, 2022 @bangank36Yes exactly!! Link to comment
Beyondspace Posted October 12, 2022 Share Posted October 12, 2022 You can use the following code to apply on mobile display @media only screen and (max-width: 767px) { .gallery-masonry-list--ready { display: flex; flex-direction: column; height: auto !important } .gallery-masonry-list--ready .gallery-masonry-item { width: 100% !important; position: relative !important; transform: translate3d(0px, 0px, 0px)!important; } .gallery-masonry-list--ready .gallery-masonry-item img { width: 100% !important; } .gallery-masonry-list--ready .gallery-masonry-item-wrapper { height: auto !important } } It will affect all pages. Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Create an account or sign in to comment
You need to be a member in order to leave a comment