Home › Forums › Support › Woocommerce Shop Columns in Mobile › Reply To: Woocommerce Shop Columns in Mobile
March 24, 2016 at 10:46 am
#181347
Tom
Lead Developer
Lead Developer
Hi there,
This CSS should work:
@media (max-width: 768px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 100%;
float: none;
}
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/