Hi,
It’s a WooCommerce block, the Theme doesn’t effect the block. I tried with another team and the StoreFront team. All exact the same.
I allready tried with the following CSS code, then they get smaller but other parts from the site then dissapear.
Maybe someone have another solution? Or another CSS code?
Thanks!
@media (max-width: 480px) {
.wc-block-grid__product {max-width: 50% !important; float: left;}
}