@sstokes7 – the final code for this is:
@media only screen and (min-width: 768px) and (max-width: 959px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
clear: none!important;
}
.woocommerce ul.products li.product.first, .woocommerce-page ul.products li.product.first {
clear: both!important;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
float: left!important;
}
}
Please update the code I sent you ๐
– Ed