Home › Forums › WoodMart support forum › Change number of columns for product categories › Reply To: Change number of columns for product categories
May 12, 2020 at 6:30 am
#194227
Artem Temos
Keymaster
Edit the file woodmart\woocommerce\content-product.php
and woodmart\woocommerce\content-product_cat.php
and change this line
$xs_columns = (int) woodmart_get_opt( 'products_columns_mobile' );
to this
$xs_columns = 4;
But this will work for both products and categories.