View Single Post
  #7  
Old 03-30-2008, 10:07 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Alignment problems dialog.tpl

Think I located the overflowing prob...

In skin1/customer/home.tpl locate something similar to this...

<!-- main area -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="VertMenuLeftColumn">

and change the width from percent to pixels (in this I changed it to 870)...

<!-- main area -->
<table width="870" cellpadding="0" cellspacing="0">
<tr>
<td class="VertMenuLeftColumn">

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote