aynaalondon Posted June 29, 2020 Share Posted June 29, 2020 Site URL: https://aynaalondon.com Hi - my website is nearly finished apart from one thing. I have a gallery on this page: https://www.aynaalondon.com/our-story. This gallery is fine when viewed on the desktop: However, when viewed on mobile, the pictures are not on one row anymore: Is there any CSS code I can add in order to resize the gallery to ensure that the pictures are always on one row regardless of device? Thanks, AYNAA Link to comment
rwp Posted June 29, 2020 Share Posted June 29, 2020 .gallery-grid-wrapper { grid-template-columns: repeat(3, 1fr) !important; } aynaalondon 1 Link to comment
aynaalondon Posted June 29, 2020 Author Share Posted June 29, 2020 1 hour ago, rwp said: .gallery-grid-wrapper { grid-template-columns: repeat(3, 1fr) !important; } Perfect! This worked - thank you so much! 🙂 rwp 1 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