X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Change Width of Help menu box ..heeelp !! (https://forum.x-cart.com/showthread.php?t=9306)

bigspooner 09-10-2004 06:40 AM

Change Width of Help menu box ..heeelp !!
 
hi

I have fancy categoreis and now the categories box is wider than the help box.

I therefore wish to make the help box wider.

I have looked in home.tpl and help.tpl all I can gather is that categoreis and help are sat in the same <td>

all help very much appreciated

Scott

shan 09-10-2004 07:42 AM

you could menu.tpl to be 100% wide and then all menus should stretch to fit

bigspooner 09-10-2004 07:58 AM

it already appears to have that setting?... or am i getting the wrong end of the stick here?

see below from menu.tpl:

Code:

<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR>
<TD class=VertMenuBorder>
<TABLE border=0 cellPadding=1 cellSpacing=1 width="100%">
<TR>
<TD class=VertMenuTitle>{$link_begin}[img]{$ImagesDir}/{$dingbats}[/img]{$link_end}
{if $link_href}
<font class=VertMenuTitle>{$menu_title}</font>
{else}
<font class=VertMenuBoxNewsTitle>{$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD class=VertMenuBox>
 <TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
 <TR>
 <TD>{$menu_content}</TD></TR>
 </TABLE>
</TD></TR>
</TABLE>
</TD></TR>
</TABLE>


bigspooner 09-11-2004 09:27 AM

ok easy fix, I disabled fancy categories.

adpboss 09-11-2004 02:12 PM

LMAO, everyone disables fancy categories. It's always the answer!


All times are GMT -8. The time now is 10:15 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.