Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #754458

    hi guys how do i amend the number of products shown per row to 5 from the default 3

    I tried to add
    // Change number or products per row to 5
    add_filter(‘loop_shop_columns’, ‘loop_columns’);
    if (!function_exists(‘loop_columns’)) {
    function loop_columns() {
    return 5; // 5 products per row
    }
    }

    to theme functions but this had no effect

    #757096

    Hey!

    Please go to WooCommerce > Settings > Products > Display and increase “Column Count” from 3 to 5

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.