How to change 4 products in one row

Please see this site —->http://ovationnailsupply.com/nail-enhancements.html

As you can see I tried to change catalog.xml to have 4 products in a row instead of default 3 products in a row. However it doesnt look it. Instead of all 4 products in a row, it shows only 3 and it moves the 4th on the next row.

Please help me change the catalog display to show 4 products in a row. Thanks.

1 answer

Profile photo of Saguaros 0.00 $tone August 22, 2012
Public

Hi again,

Just update info here if anyone care

You also need to change width of item listed in order to show 4 items per row. As you can see from this file: /skin/frontend/default/jm_mozanis/css/theme.css , at approx line 2433

There should be code looks like:

Code:

.products-grid li.item {
float: left;
padding: 0;
width: 33.3%; <<< change width here
}

Regards.

#1

Please login or Register to Submit Answer

Written By

Comments