Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2008
    Posts
    55
    Plugin Contributions
    0

    Default Need multiple columns in subcategories

    Go here and you will see my issue.
    http://spectechind.com/store/index.p...&cPath=659_662


    I need to learn how to format these type of pages. For example, the most important change is: needing at least two columns to shrink page size and easily see all categories without scrolling.

    I would also like to know how to center the main image (BW CONTROLS image at top)

    Thanks.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Need multiple columns in subcategories

    I will bet that you are missing a float: left; for that section in your stylesheet
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Oct 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Need multiple columns in subcategories

    i don't know what that means

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

    Default Re: Need multiple columns in subcategories

    It means that the part in red below, which is in the stock Zencart stylesheet, is missing from yours.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    margin: 0em;
    text-align: center;
    padding-top: 0px;
    float:left;
    }




    Add this to your stylesheet to center the category image.

    .categoryImg {text-align:center;}

  5. #5
    Join Date
    Oct 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Need multiple columns in subcategories

    Perfect! Thanks for walking me through this.

 

 

Similar Threads

  1. Subcategories in columns rather than rows
    By mibelloboutique in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2009, 06:03 AM
  2. Subcategories in columns rather than rows
    By pharry in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jul 2009, 02:12 PM
  3. Can't get subcategories in multiple columns
    By dman76 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Nov 2007, 12:45 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