View Single Post
  #2  
Old 07-13-2010, 11:41 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Right border not displaying on subcategory image

Max width is image + effects.

Since your images are 124px and you want a 1px border on both sides, thats 2px so you need a max of 126px.
This can be fixed if you know where to change the subcategories span class.

What it should be:
Code:
<span class="subcategories" style="min-height: 149px; min-width: 124px; width: 126px;">



Edit:
The code will be likely found inside a {foreach} statement which produces each category.
__________________
- Shane Munroe
Reply With Quote