products per row to 4
-
Please Help!!
I am using Acesspress Store theme free version.
I have added above code to my child theme ./ Change number of products per row to 4
add_filter(‘storefront_loop_columns’, ‘custom_loop_columns’);
function custom_loop_columns() {
return 4; // 4 products per row
}and now my page as came like this please see the url. http://www.hookkart.com/product-category/women/clothing/dress-material/
Please suggest how to align to 4 coloumn.
Thanks in Advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘products per row to 4’ is closed to new replies.
