ZedTeaGee Posted November 14, 2022 Posted November 14, 2022 This didnt used to be a problem in 7.1. I have a gallery in two columns on desktop view, in fluid engine this keeps two columns on mobile view but I would like a single column stacked on mobile and two columns on desktop. Happy to change all galleries sitewide but does anybody know how to not have tiny thumbnails on mobile?
Beyondspace Posted November 14, 2022 Posted November 14, 2022 5 minutes ago, ZedTeaGee said: This didnt used to be a problem in 7.1. I have a gallery in two columns on desktop view, in fluid engine this keeps two columns on mobile view but I would like a single column stacked on mobile and two columns on desktop. Happy to change all galleries sitewide but does anybody know how to not have tiny thumbnails on mobile? Can you share your site with the protected password so we can take a look? ZedTeaGee 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ZedTeaGee Posted November 15, 2022 Author Posted November 15, 2022 https://aqua-cheetah-nerb.squarespace.com/config/pages/635bf7a4c714825205aa205b
Beyondspace Posted November 15, 2022 Posted November 15, 2022 3 hours ago, ZedTeaGee said: https://aqua-cheetah-nerb.squarespace.com/config/pages/635bf7a4c714825205aa205b Your site is private now. Please give it a protected password so we can take a look: https://recordit.co/ORy3fiWTkP ZedTeaGee 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted November 21, 2022 Posted November 21, 2022 On 11/16/2022 at 12:11 AM, ZedTeaGee said: Sorry, the password is Theythem Which page are you referring to? I don't see it on home/work/about page https://aqua-cheetah-nerb.squarespace.com/about?noredirect ZedTeaGee 1 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!)
ZedTeaGee Posted November 21, 2022 Author Posted November 21, 2022 In the work section, the Duckie project for instance has a two column gallery which I would like as a single column in mobile view.
Beyondspace Posted November 21, 2022 Posted November 21, 2022 It seems you are working around with it now, right? It has one column now BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ZedTeaGee Posted November 21, 2022 Author Posted November 21, 2022 No its still in two columns, you need to click on the duckie icon to get to the page with the two column gallery.
ZedTeaGee Posted November 22, 2022 Author Posted November 22, 2022 On 11/21/2022 at 9:15 AM, tuanphan said: Which page are you referring to? I don't see it on home/work/about page https://aqua-cheetah-nerb.squarespace.com/about?noredirect on the duckie page (one of the projects) is a two column gallery.
Beyondspace Posted November 23, 2022 Posted November 23, 2022 12 hours ago, ZedTeaGee said: on the duckie page (one of the projects) is a two column gallery. You can try adding to Home > Design > Custom Css section[data-section-id="635bf7a4c714825205aa20b6"] .gallery-grid-wrapper { grid-template-columns: 1fr !important; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted November 23, 2022 Posted November 23, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ZedTeaGee Posted November 24, 2022 Author Posted November 24, 2022 On 11/23/2022 at 5:59 AM, Beyondspace said: You can try adding to Home > Design > Custom Css section[data-section-id="635bf7a4c714825205aa20b6"] .gallery-grid-wrapper { grid-template-columns: 1fr !important; } Support me by pressing 👍 or marking as solution if this useful for you It makes it a 1 column grid on desktop as well as mobile.
tuanphan Posted November 27, 2022 Posted November 27, 2022 On 11/24/2022 at 8:56 PM, ZedTeaGee said: It makes it a 1 column grid on desktop as well as mobile. Use this code @media screen and (max-width:767px) { section[data-section-id="635bf7a4c714825205aa20b6"] .gallery-grid-wrapper { grid-template-columns: 1fr !important; } } ZedTeaGee 1 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!)
ZedTeaGee Posted December 5, 2022 Author Posted December 5, 2022 On 11/27/2022 at 12:58 PM, tuanphan said: Use this code @media screen and (max-width:767px) { section[data-section-id="635bf7a4c714825205aa20b6"] .gallery-grid-wrapper { grid-template-columns: 1fr !important; } } Perfect, thank you so much for your perseverance.
ZedTeaGee Posted December 5, 2022 Author Posted December 5, 2022 On 11/27/2022 at 12:58 PM, tuanphan said: Use this code @media screen and (max-width:767px) { section[data-section-id="635bf7a4c714825205aa20b6"] .gallery-grid-wrapper { grid-template-columns: 1fr !important; } } Is it possible to make this code apply to all instances of the gallery grid on the site?
tuanphan Posted December 9, 2022 Posted December 9, 2022 On 12/5/2022 at 5:36 PM, ZedTeaGee said: Is it possible to make this code apply to all instances of the gallery grid on the site? just remove this class name section[data-section-id="635bf7a4c714825205aa20b6"] 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment