Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default where do I change category column widths?

    I want to change the width of the Manufacturer, Item name, price columns in the category display. Where do I change those widths? I know where to change the image width, but the item name width is too skinny and the text is squished.

    http://www.laudercompany.com/orderon...index&cPath=18

    Thanks!
    K

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: where do I change category column widths?

    If I understand what you want correctly these are defined in the DB as a var and 16 or 32 etc - you can change these to a reasonable value and then you might have to adjust the containing column width in the admin > config > layout settings
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: where do I change category column widths?

    Thanks,
    What I need is to adjust the containing column width. I checked in admin > config > layout settings but could not tell which of those parameters is for adjusting those particular columns. there are four columns on the category page.

    It actually looks like its the price column that is too wide.
    Last edited by kappaluppa; 19 Feb 2007 at 02:18 AM. Reason: clarification

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: where do I change category column widths?

    there are four columns on the category page.
    Zen Cart is a maximum 3 column layout - left -center - right.

    Post a url to your page with this issue
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: where do I change category column widths?

    It is the category page listing of products I'm trying to fix:
    http://www.laudercompany.com/orderon...index&cPath=20

    Thanks!

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: where do I change category column widths?

    Opps was way off on what you sought - thanks for the url as this directed me to what you are seeking. You can try adding these entries to your stylesheet.css file and only insure that they total 100% as this is all the space you have and I would use percent over px or em to keep this fluid for other resolutions.
    Code:
    #listCell0-0 {
            width: 10%;
            }
    #listCell0-1 {
            width: 50%;
            }
    #listCell0-2 {
            width: 20%;
            }
    #listCell0-3 {
            width: 20%;
            }
    You will also have to check other listings as this uses the same tabular layout as other items and the same tags. If this messes up others post back and we will have to get a bit more crafty with the definition
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: where do I change category column widths?

    Wow! That worked perfectly with the percentages you have there. I don't know what else it will affect. I've looked and have not found any lopsides anywhere.

    Thanks a bunch!!!

  8. #8
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: where do I change category column widths?

    oops! found where else it is used! lol
    the product info page... duh!
    I'm trying to figure out what to do. ...
    thanks again!

  9. #9
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default *** Correction ****

    OOPS! I don't know what happened. this did NOT affect the product info page.
    I must not have refreshed!

    sorry for the trouble!

  10. #10
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: where do I change category column widths?

    I regards to this post, I am having trouble with the description text font being bold one there are more than 3 products. Any idea what I would need to do to fix this? It can be viewed here:
    http://63.134.211.132/catalog2/index...dex&cPath=6_10

 

 

Similar Threads

  1. Column Background Colour - where to change
    By fleabane in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Jun 2011, 02:57 PM
  2. Changing Column Widths
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jun 2010, 06:58 PM
  3. Change Table Column Widths in Checkout Page
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Apr 2009, 10:01 AM
  4. I've lost control of column widths!
    By bendlikewillow in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Jul 2008, 09:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg