Hi,
I’d like to know if there is a “correct” way to change the amount of products showing on each row in a category page.
I manage to change it by using a plugin called: “WooCommerce Product Archive Customiser” and then do changes in the CSS:
body.woocommerce .has-one-sidebar ul.products li.product, body.woocommerce .has-one-sidebar .upsells.products ul.products li.product {
width: 195px !important;
}
By default Woocommerce lists 4 products in a row I think so this seem to be a theeme specific issue.
And I suspect there is a more proper way to do this, and if not I would like to request such feature within the Theme’s settings.
Any thoughts on this?