Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    153
    Plugin Contributions
    0

    Default Centering Product info and Missing column

    I just installed Zen cart the other day and have been working on getting it to where I want. I have a problem though (please keep in mind that I am far from an expert and sort of learn as I go).

    I installed the mod that allows for up to 4 columns instead of displaying product listings in rows. That worked when I originally installed it and this morning everything is jammed toward the left and the fourth row is pushed under the others. I tried going in to the admin panel and making it three columns instead and it did the same thing, showed two columns and pushed the third under the others.

    The other thing I want to do is center the information in that middle panel. I think that whatever is making it justify to the left, might also tie in with what is causing the columns not to display correctly.

    http://www.polishpotterystore.com/sh...=index&cPath=8
    or
    Goto www.PacificPolishPottery.com/shopping and click on mini plates.

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

    Default Re: Centering Product info and Missing column

    The border you added to the products was the primary culprit. The product listing items are automatically given a width exactly proportional to the space available; borders, margins or padding on them make each one wider, so they won't all fit.
    To demonstrate, find this in your stylesheet:
    Code:
    #listCell0-0, #listCell0-1
    {border: 1px solid #000000;} 
    
    #listCell0-2, #listCell0-3
    {border: 1px solid #000000;}
    and change to this:
    Code:
    #listCell0-0, #listCell0-1
    {border: 0px solid #000000; padding: 0;} 
    
    #listCell0-2, #listCell0-3
    {border: 0px solid #000000; padding: 0;}

  3. #3
    Join Date
    Feb 2009
    Posts
    153
    Plugin Contributions
    0

    Default Re: Centering Product info and Missing column

    That did it. You rock!

 

 

Similar Threads

  1. Centering certain content in Product Info Display
    By Ravyn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Feb 2011, 01:57 PM
  2. Product Info Display in FireFox missing a lot of info
    By ebaobao in forum General Questions
    Replies: 5
    Last Post: 22 Jan 2009, 09:19 PM
  3. Setting an image column and text column in Product Info page?
    By monkeypeach in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Sep 2008, 04:19 AM
  4. Right hand column missing on product info pages
    By spbennett in forum General Questions
    Replies: 3
    Last Post: 12 Jul 2007, 07:05 AM
  5. product info: a two-column layout with Main/addt'l image and prod. description?
    By dumoti in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Nov 2006, 08:24 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