Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Categorie menu width change?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-24-2007, 01:30 AM
 
catalyst catalyst is offline
 

Member
  
Join Date: Jul 2004
Posts: 19
 

Default Categorie menu width change?

How do I change the width of the category menu?
__________________
Kerry
X-cart 4.1.8
Reply With Quote
  #2  
Old 08-24-2007, 04:18 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default 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.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 09-25-2007, 10:13 AM
 
tnpaintballers tnpaintballers is offline
 

Member
  
Join Date: Sep 2007
Posts: 28
 

Default 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.
__________________
Version 4.1.8

TN Paintballers LLC
914 N Charles G Seivers Blvd
Clinton, TN 37716
865-457-8000
www.tnpaintballers.com
Reply With Quote
  #4  
Old 09-25-2007, 11:29 AM
 
hhiker hhiker is offline
 

eXpert
  
Join Date: May 2007
Posts: 231
 

Default 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
__________________
-
-
Versions: 4.1.10 and 4.3.0 (see post for which cart)

"Until man duplicates a blade of grass, nature can laugh at his so-called scientific knowledge." - Thomas Edison

"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it is the only thing that ever has." - Margaret Mead (1901-197 quoted in John M. RIchardson, ed. Making it Happen, 1982

"Water is the best of all things." - Pindar (c. 522 BC - c. 438 BC), Olympian Odes
Reply With Quote
  #5  
Old 09-25-2007, 12:11 PM
 
tnpaintballers tnpaintballers is offline
 

Member
  
Join Date: Sep 2007
Posts: 28
 

Default 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?
__________________
Version 4.1.8

TN Paintballers LLC
914 N Charles G Seivers Blvd
Clinton, TN 37716
865-457-8000
www.tnpaintballers.com
Reply With Quote
  #6  
Old 09-25-2007, 12:17 PM
 
hhiker hhiker is offline
 

eXpert
  
Join Date: May 2007
Posts: 231
 

Default 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.
__________________
-
-
Versions: 4.1.10 and 4.3.0 (see post for which cart)

"Until man duplicates a blade of grass, nature can laugh at his so-called scientific knowledge." - Thomas Edison

"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it is the only thing that ever has." - Margaret Mead (1901-197 quoted in John M. RIchardson, ed. Making it Happen, 1982

"Water is the best of all things." - Pindar (c. 522 BC - c. 438 BC), Olympian Odes
Reply With Quote
  #7  
Old 09-25-2007, 01:22 PM
 
tnpaintballers tnpaintballers is offline
 

Member
  
Join Date: Sep 2007
Posts: 28
 

Default 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
__________________
Version 4.1.8

TN Paintballers LLC
914 N Charles G Seivers Blvd
Clinton, TN 37716
865-457-8000
www.tnpaintballers.com
Reply With Quote
  #8  
Old 09-25-2007, 01:25 PM
 
hhiker hhiker is offline
 

eXpert
  
Join Date: May 2007
Posts: 231
 

Default Re: Categorie menu width change?

Sending you a PM now...
__________________
-
-
Versions: 4.1.10 and 4.3.0 (see post for which cart)

"Until man duplicates a blade of grass, nature can laugh at his so-called scientific knowledge." - Thomas Edison

"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it is the only thing that ever has." - Margaret Mead (1901-197 quoted in John M. RIchardson, ed. Making it Happen, 1982

"Water is the best of all things." - Pindar (c. 522 BC - c. 438 BC), Olympian Odes
Reply With Quote
  #9  
Old 10-15-2007, 01:41 PM
  inboxnews's Avatar 
inboxnews inboxnews is offline
 

Senior Member
  
Join Date: Jul 2007
Posts: 121
 

Default 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.
__________________
XCART 4.1.8 [Linux]
Reply With Quote
  #10  
Old 10-22-2007, 01:36 PM
 
tnpaintballers tnpaintballers is offline
 

Member
  
Join Date: Sep 2007
Posts: 28
 

Default 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.
__________________
Version 4.1.8

TN Paintballers LLC
914 N Charles G Seivers Blvd
Clinton, TN 37716
865-457-8000
www.tnpaintballers.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:12 PM.

   

 
X-Cart forums © 2001-2020