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)
-   -   Categorie menu width change? (https://forum.x-cart.com/showthread.php?t=33452)

catalyst 08-24-2007 01:30 AM

Categorie menu width change?
 
How do I change the width of the category menu?

balinor 08-24-2007 04:18 AM

Re: Categorie menu width change?
 
Kerry, please update your forum signature with your X-Cart version per the forum guidelines. The answer to your question will vary depending on which version you are using. Thank you.

tnpaintballers 09-25-2007 10:13 AM

Re: Categorie menu width change?
 
Quote:

Originally Posted by balinor
Kerry, please update your forum signature with your X-Cart version per the forum guidelines. The answer to your question will vary depending on which version you are using. Thank you.

I have been trying to do this & can't find any other post. I would like to make the entire left column wider & also shrink the categories font size with no luck. I have been messing around with the different VertMenu styles, but no matter which on I change I can't get the category text to shrink.

hhiker 09-25-2007 11:29 AM

Re: Categorie menu width change?
 
Webmaster mode works to help you find where things are located.

The left column layout is in skin1/customer/home.tpl for 4.1.8

tnpaintballers 09-25-2007 12:11 PM

Re: Categorie menu width change?
 
Quote:

Originally Posted by hhiker
Webmaster mode works to help you find where things are located.

The left column layout is in skin1/customer/home.tpl for 4.1.8

I know which file it is in, but I can't get the width to change. What part of the file do I change?

hhiker 09-25-2007 12:17 PM

Re: Categorie menu width change?
 
Look for the code looking something like this:

Quote:

</tr>
<tr>
<td class="VertMenuLeftColumn" width="200" cellpadding="0" cellspacing="0" rowspan="4" valign="top">
<!-- main area -->
<table width="200" cellpadding="0" cellspacing="0">
<tr>
<td class="VertMenuLeftColumn" rowspan="4" height="100%" width="200">


Yours may not look exactly like that as I have already modified mine but the code around the <!-- main area --> tag is what you need to look at and play with.

tnpaintballers 09-25-2007 01:22 PM

Re: Category menu width change?
 
Quote:

Originally Posted by hhiker
Look for the code looking something like this:



Yours may not look exactly like that as I have already modified mine but the code around the <!-- main area --> tag is what you need to look at and play with.

I edited this area, but it changed my entire site body width. Here is the link with that code: http://www.tnpaintballers.com/home.php

hhiker 09-25-2007 01:25 PM

Re: Categorie menu width change?
 
Sending you a PM now...

inboxnews 10-15-2007 01:41 PM

Re: Categorie menu width change?
 
In version 4.1.8, look for this code in skin1/customer/home.tpl:

Code:

<img src="{$ImagesDir}/spacer.gif" width="170" height="1" alt="" />

Change the width here for your category column.

tnpaintballers 10-22-2007 01:36 PM

Re: Categorie menu width change?
 
Quote:

Originally Posted by inboxnews
In version 4.1.8, look for this code in skin1/customer/home.tpl:

Code:

<img src="{$ImagesDir}/spacer.gif" width="170" height="1" alt="" />

Change the width here for your category column.

This changes the width for both right & left colums. That does change the width of the column anyways.


All times are GMT -8. The time now is 03:39 PM.

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