Hello,
On my product listing page, I am trying to add some padding in between each product so that is more clear which price and button belong to which product.
I added:
.productListing-odd, .product-Listing-even {
padding-bottom: 20px;
}
to my stylesheet, and in Firebug I can see that it IS applying the padding, but for some reason it is also allowing the next item to start within the padding area instead of moving it down. I also tried margin to no avail.
All I want is more space between the items. I have search the stylesheet to see if something else might be affecting this, but I must be missing something.
Link to my page in question:
http://www.harmonyyogaannarbor.com/z...=index&cPath=3
You can look at this without having to log in... thanks!
Karen





