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)
-   -   side menu boxs (https://forum.x-cart.com/showthread.php?t=31873)

Terrybraley 06-16-2007 06:15 AM

side menu boxs
 
I can't seem to keep the side menu boxs to stay at the top. When you open up sub-cat, the side boxs center on the page insted of staying atop.
www.roadrashapparel.com/rra/
key =0527

chamberinternet 06-16-2007 06:39 AM

Re: side menu boxs
 
Try adding valign="top" to the table tag ...

Does that help ?

Regards

Shafiq :sK

Terrybraley 06-16-2007 06:50 AM

Re: side menu boxs
 
I added it to the menu.tpl... didn't work.
What tpl should I add it to?

chamberinternet 06-16-2007 07:29 AM

Re: side menu boxs
 
Quote:

Originally Posted by Terrybraley
I added it to the menu.tpl... didn't work.
What tpl should I add it to?


ok try this:

Open: /skindir/customer/home.tpl

Find the following code (around line 30):

Quote:

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


Replace the <tr> occurance with <tr valign="top">

Regards

Shafiq :sK

Terrybraley 06-16-2007 07:39 AM

Re: side menu boxs
 
Thank you chamberinternet!!! That did it.

Terrybraley 06-19-2007 06:03 AM

Re: side menu boxs
 
chamberinternet, I just noticed that in all the vertical boxs, all the links are center justified insted of left justified, How did I do that or how do I chnge it back?

chamberinternet 06-19-2007 12:02 PM

Re: side menu boxs
 
Open menu.tpl

and update line 18 to the following:
<TD align="left">{$menu_content}<BR></TD></TR>

Regards

Shafiq :sK

Terrybraley 06-20-2007 05:29 AM

Re: side menu boxs
 
Thanks again chamberinternet


All times are GMT -8. The time now is 05:34 PM.

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