Okay
  Public Ticket #2155461
3 products per row
Closed

Comments

  •  3
    lateliercom started the conversation

    Hello,

    How can i display 3 products per row in the ship ?

    I tried this but didn't worked.

    /** * Change number or products per row to 3 */add_filter('loop_shop_columns', 'loop_columns', 999);if (!function_exists('loop_columns')) { function loop_columns() { return 3; // 3 products per row }}



  •  8,992
    Tahir replied

    Hey Again,

    Use these options : http://prntscr.com/p7op0n .

    Best


    ThemeNectar Support Team 

  •  3
    lateliercom replied

    Thanks, work well