Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change product listing layout

Change product listing layout

Locked

Views: 962

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Apr 2009, 3:35 PM
#1
ledley007 avatar

ledley007

New Zenner

Join Date:
Mar 2009
Posts:
22
Plugin Contributions:
0

Change product listing layout

Zen Cart 1.3.8a

I would like to change all the main product listings layout from the standard type, to the same as the featured products listing layout. It is the layout which has the image on the left and is separated by the grey lines above and below.

Any help would be appreciated

Thanks

10 Apr 2009, 3:43 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Change product listing layout

add this to your stylesheet.css and see if it helps .

.productListing-data {
border-bottom:1px solid black;
padding-bottom:0.2em;
padding-top:0.2em;
}