View Single Post
  #2  
Old 05-28-2007, 10:07 AM
 
balinor balinor is offline
 

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

Default Re: Need help editing side navigation boxes

customer/home.tpl. Simply remove the <br> tags after each one you want to eliminate the space from. For example, for categories, remove the <br/> from this code:

{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")}
{include file="customer/categories.tpl" }
<br />
{/if}

To move them around, simply move the includes in the code to the order you want them to appear. Make sense?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote