View Single Post
  #7  
Old 10-19-2016, 06:27 AM
 
info@shadowgraphicsinc.co info@shadowgraphicsinc.co is offline
 

Senior Member
  
Join Date: Jan 2011
Posts: 123
 

Default Re: Removing White Borders Around images (5.3.13)

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!
Reply With Quote