| Adjust store home category layout |
|
Question: We want to edit the home page layout and the default category items per row. At present the default is set to 4 items, and it is to crowded. We want 3 categories per row. We can't find any place to set this in the configuration or browse templates. Help. Answer: To set default number of categries per row change the value of the variable in line 6 from 4 to whatever you like. $categories_per_row = 4; |