SOLVED: WooCommerce Product per Row via Customizer not working

When I have the Bricks Theme enabled I am not able to change the “product per row” option in the Customizer for WooCommerce Products. I only can change “rows with products per page”. But the Products per row are always 4.

To be clear I have not used the Bricks Woo Templates → this is still 100% WooCommerce. (i am testing because I want to make a shop with CSS only)

Hi Patrick,
Thanks so much for your report!

I was able to reproduce the issue and added it to our bug tracker.

If you want to use CSS to overwrite the number of products in the default template, you can already do that:

.brxe-woocommerce-products .products {
    grid-template-columns: repeat(4, 1fr); /* Change this to whatever you like */
}

Best regards,
timmse

1 Like

Thank you very much for your time and expertise. :slight_smile:

Hi Patrick,

We’ve fixed this issue in Bricks 1.8 beta, now available as a manual download in your account.

Please let us know if you are still experiencing issues.

As with any beta release, please do not use it on any production/live website. It is only meant for testing in a local/staging environment.