My product images are on top of each other and i would like a nice space between each listing. Any ideas where i change that?
http://tesoroitaliantreasures.com/in...=index&cPath=5
My product images are on top of each other and i would like a nice space between each listing. Any ideas where i change that?
http://tesoroitaliantreasures.com/in...=index&cPath=5
You'll have to find productListing-data in your stylesheet, and break it out from the rest into it's own statement, then add some padding:
.productListing-data {
text-align:center;
padding-bottom:XXpx;
}
It's in the long list of stuff that begins with .centeredContent