Hello,
I tried the code below to make my product images smaller on Dawn theme but it did not work. Here’s the URL to the page: https://www.playsthatpay.com/collections/frontpage
@media screen and (max-width: 749px) { .product__media-wrapper slider-component { max-width: 80%; margin: 0 auto !important; } }
Thank you.