Thread: SPACING
View Single Post
  #8  
Old 03-12-2005, 04:44 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

skin1/modules/manufacturers/customer_manufacturers_list.tpl

That one uses ItemsList as the style, try adding the padding to that.

Help.tpl actually uses VertMenuItems, but only in the link. You might try putting a span tag around the help menu items. So the first item would look like this in help.tpl:

Code:
<span class="VertMenuItems">{$lng.lbl_contact_us}</span>

You could also just try adding another
tag, but that might be TOO much spacing....
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote