View Single Post
  #6  
Old 04-06-2009, 06:53 AM
  alec.thomas's Avatar 
alec.thomas alec.thomas is offline
 

Advanced Member
  
Join Date: Mar 2009
Location: Minnesota, USA
Posts: 78
 

Default Re: Border around products.

you would need to change this in main.css

Code:
.products-list .image { float: left; position: relative; padding: 3px 20px 3px 10px; margin-right: auto; }

with this

Code:
.products-list .image { float: left; position: relative; padding: 3px 20px 3px 10px; margin-right: auto; border: thin solid #000000; }
__________________
X-Cart Gold v4.2.0 [Linux]
Add-On: X-Magnifier
Altered Cart Add-On: One Page Checkout
Reply With Quote