Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like that may be a little off, did you try checking this out and obviously changing the numbers in the examples here to 4 instead.

    https://docs.woothemes.com/document/change-number-of-products-per-row/

    Thread Starter vijaybokade73

    (@vijaybokade73)

    Dear Will,
    Please have a look at link provided above, i have use the same add filter

    / 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
    }

    It is changing to 4 column , but last image in the row shifting down to the next row.

    The plugin your suggest WooCommerce Product Archive Customiser is also not compatible with my theme Accesspress Store

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘products per row to 4’ is closed to new replies.