Viewing 2 replies - 1 through 2 (of 2 total)
  • Change the 4 on line 112 of etsy-shop.php to a 5 if you want 4 columns, or a 6 if you want 5, etc…

    if ( $n == 4 ) {

    becomes
    if ( $n == 6 ) {
    giving you 5 columns…

    Thread Starter brimil

    (@brimil)

    Thanks! It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show more than 3 columns of products?’ is closed to new replies.