Tagged: 

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

    Hi team, I have Enfold 4.3.1 and woocommerce 3.3.5. How can I upate product (and category) column count from 3 to 4?

    I have tried the following which seems to update the column count, but obviously needs some updated CSS because it breaks the layout.

    
    // Change number or products per row to 4
    add_filter('loop_shop_columns', 'my_loop_columns', 99);
    function my_loop_columns() {
    		return 4; // 4 products per row
    }
    

    Thanks for the great theme.
    Cheers

    • This topic was modified 6 years, 6 months ago by tonyw.
    #952591

    Hi,

    Could you please post a link to your page? CSS adjustments might be necessary :)

    Cheers!
    Yigit

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