cancel
Showing results for 
Search instead for 
Did you mean: 

Product Listing with two columns

Product Listing with two columns

Hello all,

 

I want to set up a shop where in all categories the product list in grid-mode is limited to two columns only. This is needed because we need to have bigger pictures than possible with three columns or more.

 

Setting the column_count to 2 in catalog.xml did not help. Lowest recognized value is 3.

 

Every Idea is very much appreciated.

 

Thanks for hleping, kind regards

Thorsten

1 REPLY 1

Re: Product Listing with two columns

Hello coldtrack77,

 

Technically, when you set column_count to 2 or <action method="setColumnCount"><count>2</count></action> in catalog.xml , your column will be set to 2 (2 products per row). The reason for your issue is CSS style .products-grid > li. You should change your css.

 

Problem solved? Click Accept as Solution!