LorenAK Posted September 15, 2023 Posted September 15, 2023 Hi, Building this site for a client. I had this page as a masonry layout and have code to make it 1 column on the phone. But I changed to the gallery grid layout Would it be the same code except using .gallery-grid-wrapper or different code? The site is password protected: ewn2im8RXa67t3K Thanks!
Lesum Posted September 15, 2023 Posted September 15, 2023 @LorenAK Can you please share your site URL so I can take a look? Thanks! If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
LorenAK Posted September 16, 2023 Author Posted September 16, 2023 1 hour ago, Lesum said: @LorenAK Can you please share your site URL so I can take a look? Thanks! Oops! Here it is: https://www.janiceweingrod.com pw: ewn2im8RXa67t3K
Solution Lesum Posted September 16, 2023 Solution Posted September 16, 2023 @LorenAK You can add this code snippet under Custom CSS panel: @media only screen and (max-width: 480px) { .gallery-grid--layout-grid .gallery-grid-wrapper { grid-template-columns: repeat(1, 1fr) !important; } } Taylor_Design 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment