Thread: Image borders
View Single Post
  #12  
Old 10-18-2010, 07:22 PM
 
Needlejig Needlejig is offline
 

Advanced Member
  
Join Date: Sep 2010
Posts: 84
 

Default Re: Image borders

Thanks for the help gb2world. I was going to look at the span tonight thanks to firebug but you save me the trouble.

So it look like in your skin1/customers/main/subcategories_t.tpl file you need to find
Code:
width: {$subcat_div_width}px;
and change it to this if you want to have a 3 pixel border
Code:
width: {$subcat_div_width+6}px;
__________________
4.4.1 <-- Live
X-payments <--not installed
Reply With Quote