Quote:
Originally Posted by balinor
If you want to space it out, I'd add a new <div> around the three menu includes, but inside the VertMenuLeftColumn class. Then, you can add 10px of padding to the VertMenuLeftColumn class.
|
many thanks balinor, ive been fiddling with for ages to no success !
just for the record, i ended up with this in home.tpl
<td class="VertMenuLeftColumn">
<div class=guybox>
{include file="customer/categories.tpl" }
<p />
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}
<p />
<img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" />
</div>
and then added this to the css file
.guybox {border:2px solid #3399ff;margin:2px;}
you can then move the menu boxes around inside the box with the vertmenuleftcolumn css , and change backgound colour etc.
guy