Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Category Problems

    I installed Column layout Grid and followed the directions (changing Admin settings to coulmnar and 3 per row). However, for some reason, my product listings are still showing one per row when you browse the main products when you actually select a sub cat it shows them in columns.

    http://www.xtremecycles.co.uk
    I searched the threads but could not find an answer.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Category Problems

    What's showing one per row is your subcategory listings.

    In a stock Zencart stylesheet, the value here:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: center;
    }

    is float:left; Changing it back should solve the problem.

    If you want one of the other elements in that statement centered, separate it out into its own statement.

    float:center; isn't really valid CSS anyway. Use margin:auto; or text-align:center; depending on what you're trying to move.

  3. #3
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Category Problems

    thank you so much got it sorted

 

 

Similar Threads

  1. Category Import Problems
    By stecrox in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Dec 2011, 02:18 PM
  2. Sub Category Problems....
    By thebeadcage in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Sep 2009, 05:51 AM
  3. Category sidebox problems
    By Tiegirus in forum Addon Sideboxes
    Replies: 3
    Last Post: 12 Jul 2009, 02:45 PM
  4. Category problems
    By Jeet Kune Do in forum General Questions
    Replies: 4
    Last Post: 25 Apr 2009, 11:11 PM
  5. Sub Category Problems
    By EstorilBlue in forum General Questions
    Replies: 2
    Last Post: 20 Mar 2008, 09:55 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