It seems Squarespace has changed the mobile view for 7.1 Grid Masonry to show 2 images per row instead of 1 image per row on mobile view. Is there a way to show only 1 image per row using CSS?
Site URL: https://www.framesbysaurabh.com/
Hi!
It seems Squarespace has changed the mobile view for 7.1 Grid Masonry to show 2 images per row instead of 1 image per row on mobile view. Is there
@Frames_by_Saurabh This code will give you a single column on tablet and down.
Result:
@media(max-width:767px) {
.gallery-masonry-item {
width: 100% !important;
tr
Question
Frames_by_Saurabh 1
Site URL: https://www.framesbysaurabh.com/
Hi!
It seems Squarespace has changed the mobile view for 7.1 Grid Masonry to show 2 images per row instead of 1 image per row on mobile view. Is there a way to show only 1 image per row using CSS?
Website: www.framesbysaurabh.com
Thanks in advance!!
Link to post
Top Posters For This Question
5
3
2
1
Popular Days
Jun 18
3
Jun 22
3
Jun 19
2
Dec 12
1
Top Posters For This Question
Frames_by_Saurabh 5 posts
RyanDejaegher 3 posts
tuanphan 2 posts
andruuuuu 1 post
Popular Days
Jun 18 2020
3 posts
Jun 22 2020
3 posts
Jun 19 2020
2 posts
Dec 12 2020
1 post
Popular Posts
Frames_by_Saurabh
Site URL: https://www.framesbysaurabh.com/ Hi! It seems Squarespace has changed the mobile view for 7.1 Grid Masonry to show 2 images per row instead of 1 image per row on mobile view. Is there
RyanDejaegher
@Frames_by_Saurabh This code will give you a single column on tablet and down. Result: @media(max-width:767px) { .gallery-masonry-item { width: 100% !important; tr
RyanDejaegher
@Frames_by_Saurabh /* Add this code to Design -> Custom CSS */ .gallery-masonry-wrapper { height: unset !important; } This should fix it
Posted Images
13 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment