- This topic has 6 replies, 3 voices, and was last updated 3 years, 9 months ago by .
-
Ticket
-
I’m utilizing a home page masonry grid. To work around the issue with images placed in large boxes not scaling in mobile, I created on masonry grid for large screens and a second only using small boxes for mobile and programmed them to display as such:
@media only screen and (max-width: 767px) { #row_desktop{ display: none!important; } } @media only screen and (min-width: 768px) { #row_mobile{ display: none!important; } }
The desktop version displays fine but for some reason in the mobile version the masonry items are really small and not displaying full width.
Sorry, only verified customers can view ticket replies.