Zen Follower
- Join Date:
- Nov 2004
- Location:
- Deal, Kent, UK
- Posts:
- 325
- Plugin Contributions:
- 0
Default columns per row
Can someone confirm if this is the code in modules/product_listing.php that determines the default number of columns per row using the grid layout?
if (!defined('PRODUCT_LISTING_COLUMNS_PER_ROW')) define('PRODUCT_LISTING_COLUMNS_PER_ROW',3);
I've played around with leaving the number in Admin blank and changing the 3 above for 2 but makes no difference - still shows three columns so just wondering is there something I'm not understanding?