Displaying 4 products per row instead of 3 [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionMagneto 1.5
Some default features in Magent just do not make any damn sense to me. Take a look at the following image: http://i.imgur.com/PBpG开发者_开发问答v.png
Why would I want an empty column on every row? It looks so bad and from what I've been Googling it seems quite troublesome to fix. This of course being in the older versions, I cannot find anything for Magento 1.5
Could anyone explain to me how to fill out the columns nicely?
Thanks in advance :)You can determine the column count through layout/catalog.xml
Find the line that looks like this:
<action method="setColumnCount"><columns>4</columns></action>
Change the value of <columns></columns>
to add/subtract columns.
精彩评论