LorenAK Posted September 15 Share Posted September 15 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! Link to comment
Lesum Posted September 15 Share Posted September 15 @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? Link to comment
LorenAK Posted September 16 Author Share Posted September 16 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 Link to comment
Solution Lesum Posted September 16 Solution Share Posted September 16 @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? Link to comment
LorenAK Posted September 17 Author Share Posted September 17 Thank you!! That worked!! 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