Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    9
    Plugin Contributions
    0

    Default Column width in Product Listing

    I have a question regarding the width of each column in the product listing.

    I am running version 1.3.9.f and have looked at the includes/MY_TEMPLATE/product_listing.php file but came to a stop when I didn't see what I was expecting.

    Where can I modify the width of each column on this page?

    My intention is to customize the view of my listings and I have played with a few mods, but nothing I found does the job.

    I would like to do something like this:

    Code:
    Listing for product1:
    | image |   custom specs   |   description  |   price   |
    Listing for product2:
    | image |   custom specs   |   description  |   price   |
    Listing for product3:
    | image |   custom specs   |   description  |   price   |
    ETC, ETC...
    It's pretty basic, but I can't seem to find the page which controls the column width

    Thanks for any help !

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Column width in Product Listing

    Add to your stylesheet
    Code:
    #listCell0-0 {width: 90px;}
    #listCell0-1 {width: 200px;}
    #listCell0-2 {width: 150px;}
    ...
    The price column has a setting in admin > Configuration > Product Listing > Display Product Price/Add to Cart Column Width.

  3. #3
    Join Date
    Dec 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Column width in Product Listing

    Works perfectly!

    Thanks for your reply gjh42.

 

 

Similar Threads

  1. Column Width and Sidebox Width not working
    By khopek in forum Customization from the Admin
    Replies: 11
    Last Post: 8 Jan 2010, 06:22 PM
  2. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM
  3. Problem styling column width on product listing page
    By bfuture in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jun 2008, 04:37 AM
  4. All product listing & Center column width
    By deker in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Oct 2006, 08:47 AM

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