Why are the images of my products not showing up in the mobile version of my store? I need some help with the code. I’m using the Down theme.
Hi,
Could you share the link to your page?
thats my link. so i dont know on mobile version dont show the product images
@sebibbara2 I think you have solved your issue as images are now visible on mobile view
These are thumbnails, not main product image.
@sebibbara2 – when you’ve edited your assets/section-main-product.css you’ve missed one closing curly brace in line 998(? – at least this is how is see it from here).
So all the rules below this point are only applied on desktop, because of this unclosed @media rule
Broken:
Working:
if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it


