Quote:
Originally Posted by qualiteam
Here is the rule that adds the white padding above and below images:
Code:
#content .products div.product-photo, .products-grid div.product-photo {
background: #fff;
padding: 10px 0;
margin-bottom: 20px;
border-radius: 0;
}
|
that worked perfectly thank you!
