1000Watts Posted May 15 Share Posted May 15 Hello, I can't seem to find the CSS that would allow me to turn my gallery simple grid into just 1 Column on mobile view only. Any advice would be greatly appreciated. site: https://bear-pufferfish-gsl3.squarespace.com/config/pages password - IRIS Thank you! Natalee Link to comment
Solution tuanphan Posted May 18 Solution Share Posted May 18 You can use this CSS code @media only screen and (max-width: 767px) { .gallery-grid .gallery-grid-wrapper { grid-template-columns: repeat(1,1fr) !important } } 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