In the parts lising display, my parts are right on top of one another. How can I add some space between the listed products.
thanks,
In the parts lising display, my parts are right on top of one another. How can I add some space between the listed products.
thanks,
add following to your stylesheet.css ( at the end of the file )
.productListing-data {
padding-top:2px;
}
hope this helps .