Quote:
|
Originally Posted by 64North
|
Try this:
open header.tpl and find:
Code:
<div class="top-menu">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<ul class="menu">{$menu}</ul>
</td>
</tr>
</table>
</div>
change to:
Code:
<div class="top-menu">
<table border="0" align="center" cellpadding="0" cellspacing="0" width="770">
<tr>
<td>
<ul class="menu">{$menu}</ul>
</td>
</tr>
</table>
</div>
Just added width="770" to the table.
(moving thread to templates forum)