Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / space between product headers - css i think?

space between product headers - css i think?

Locked

Views: 2,174

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 Oct 2007, 5:17 PM
#1
what44 avatar

what44

Zen Follower

Join Date:
Oct 2007
Posts:
134
Plugin Contributions:
0

space between product headers - css i think?

i want to add in a small bit of space between the top and bottom of my product images in my product listing page. i also want to justify everything left, inc the headers and change the background that all the headers are on. see my page here. the background colours are grey and would like them white.

many thanks in advance to anyone who can help me.

http://explodingchickenrecords.com/zencart/index.php?main_page=index&cPath=66

30 Oct 2007, 5:48 AM
#2
nimbuz avatar

nimbuz

Zen Follower

Join Date:
Oct 2007
Posts:
291
Plugin Contributions:
0

Re: space between product headers - css i think?

Add this to your stylesheet.css

tr.productListing-odd td, tr.productListing-even td{
padding:10px 10px;
text-align:left;
}

Regarding grey bgs, where? I don't see grey bg anywhere on your site?

30 Oct 2007, 12:26 PM
#3
what44 avatar

what44

Zen Follower

Join Date:
Oct 2007
Posts:
134
Plugin Contributions:
0

Re: space between product headers - css i think?

thanks for your help grey blueie colour. the bg colour of all header margins that the nav sits in.

Nimbuz:

Add this to your stylesheet.css

tr.productListing-odd td, tr.productListing-even td{
padding:10px 10px;
text-align:left;
}

> 
> Regarding grey bgs, where? I don't see grey bg anywhere on your site?