bassjobsen / woocommerce-twitterbootstrap

This plugin wraps your Woocommerce views in the Twitter's Bootstrap Grid. Makes your views full responsive. No changes to your theme or other plugins needed.
85 stars 34 forks source link

alternative 3 columns layout #2

Closed bassjobsen closed 10 years ago

bassjobsen commented 11 years ago

now:

|   columns     | mobile    | tablet    | desktop   |per page   |
|---------------------------------------------------|-----------|
|       3       |   1       |   1       |   3       |    9      |
|---------------------------------------------------|-----------|

desired:

|   columns     | mobile    | tablet    | desktop   |per page   |
|---------------------------------------------------|-----------|
|       3       |   1       |   2       |   3       |    9      |
|---------------------------------------------------|-----------|
bassjobsen commented 10 years ago

The responsive columns resets used to fix issue #1 help to solve this issue. The layout with 1 (mobile), 2 (tablet) and 3 (desktop) can be used by setting the number of columns to 31.