Hello before the update I had 2 columns in mobile view but after the updates of cornerstone and x-theme the 2 column layout broke and it shows just 1 column
I have the following code but it doesn’t work now.
I would like 2 columns in mobile view please.
/* 2 columns shop in mobile */
@media (max-width: 979px){
.woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
width: 48% !important;
}
}