I added $GLOBALS['productcolumns']=3; and, sure enough, I get 3 columns on the products page.
I want to have the categories in 3 columns as well. I added $GLOBALS['categorycolumns']=3; and $GLOBALS['usecategoryformat']=3; but it has no effect. Am I doing something wrong? If not, how can I get the categories to show in 3 columns rather than 2?
Hi there This is probably because as the designs are now more and more responsive, the number of columns is set by the style sheet. If you look in css/ectstyle.css then search for... div.category ...you should find something like... width:43%; This will set up a two column layout giving space for margins etc. If you want the standard to be in 3 columns, just lower the percentage to say... width:28%;