Hi there,
I am trying in the shop page to set the products to 100% wide for mobile, but I am not succeeding.
What I have tried in the Extra CSS is:
@media only screen and (max-width: 480px)
.products-grid .product, .products-list .product
or these
@media only screen and (max-width: 480px)
.products-grid .product {
width: 100% !important;
}
But both don’t work.
This is a stage page, to be converted when ready to original domain.
I hope you guys can help me
Kind Regards,
Translated with DeepL.com (free version)