Hi,
Please insert given below code at functions.php of child theme at end of file.
add_filter('loop_shop_columns', 'loop_columns');
if (!function_exists('loop_columns')) {
function loop_columns() {
return 3; // 3 products per row. you can change its value.
}
}
Thanks ๐
With Best Regards
Mohammad