Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Line around products in product listings

Line around products in product listings

Views: 551

Results 1 to 3 of 3
30 Jan 2011, 9:39 PM
#1
xeanatic avatar

xeanatic

New Zenner

Join Date:
Feb 2010
Posts:
20
Plugin Contributions:
0

Line around products in product listings

Hello,

Basicly I want something similar like:
http://demo.blingthemes.com/estorenow/

I want a 1px line around my product image/title/price. Somehow I can't find where to do this... Any help would be appreciated.

Running the latest version of zencart

Thanks,

Marcel

30 Jan 2011, 10:26 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Line around products in product listings

You might look at the settings used on the stylesheet for the centerBoxContentsNew

.centerBoxContentsNew {
border: 1px solid #EEEEEE;
float: left;
margin: 0.7em 0.6em;
padding: 3px;
text-align: center;
width: 225px;
}

31 Jan 2011, 7:56 AM
#3
xeanatic avatar

xeanatic

New Zenner

Join Date:
Feb 2010
Posts:
20
Plugin Contributions:
0

Re: Line around products in product listings

Thanks got it working