Reply To: How to set up number of products on WC Shop Page?

Home Forums Support How to set up number of products on WC Shop Page? Reply To: How to set up number of products on WC Shop Page?

Home Forums Support How to set up number of products on WC Shop Page? Reply To: How to set up number of products on WC Shop Page?

#210342
Tom
Lead Developer
Lead Developer

Along with the code Jamal pointed out, you could add this CSS:

@media(min-width:769px){
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 30%;
        margin: 0 3% 2.992em 0;
    }   
}

Together, they should do what you’re looking for I believe 🙂