my product images are really close together. I would like to add some white space between them. Where would I do this?? Is is possiable?
my product images are really close together. I would like to add some white space between them. Where would I do this?? Is is possiable?
In your stylesheet (/includes/templates/your_template/css/stylesheet.css), add
/* space & border between listing items */
.productListing-odd td, .productListing-even td {
text-align: left;
vertical-align: top;
padding:0.5em;
margin-bottom: 1em;
border-bottom: 3px double #aaccbb;
}
Change numbers, add, edit or delete properties as desired.
thank you, that worked wonderfully.
Change the selectors to
#indexProductList .productListing-odd td, #indexProductList .productListing-even td
and it will only affect categoriy listings.
Thanks everybody for the helpful info....
Uh, what I had more in mind for spacing is like this page in the Wallet template.... what CSS code does this setup? ....METOOTECH
http://(sorry, site offline)/137/ind...146f6be279be17
I forgot to add in the last post, how is the background color change on every other listing done? METOOTECH
Glenn thanks for this I have been trying to work this out for ages
chrisx
Thanks, from a CSS and Zen Cart newbie.
Worked a treat for my site!![]()