Woo Essential Grid Mobile Version Column Issue

 avatar
user_3148185
css
5 months ago
204 B
5
Indexable
@media only screen and (max-width: 767px) {
ul.products.dnwoo_product_grid_wrapper.dnwoo_product_grid_wrapper_layout_two.woocommerce {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
Leave a Comment