Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2009
    Posts
    24
    Plugin Contributions
    0

    Default only one category column on main page--should be 3 or 4

    I'm having difficulty with the display of categories and images on my main page. The categories are all in one column, when they should be in 3 or 4. How do I change this? I haven't been able to figure it out or find the info. Thanks for your help!

    you can view the problem in action at april marie (remove!) mai.com/shop
    I'm using the most recent zen cart version.

    thanks!

  2. #2
    Join Date
    Aug 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: only one category column on main page--should be 3 or 4

    I'm talking about the middle, the main page. my sidebar categories are fine, this is not about them.

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

    Default Re: only one category column on main page--should be 3 or 4

    You have modified this rule in your stylesheet to this:
    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: none;
    	}
    Whichever element you wanted to stop from floating, separate that out into its own rule and style it. Return the main rule to float: left; as that is required for correct operation of most of the elements in the rule.
    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
    	float: left;
    	}
    
    .attribImg {
    	float: none;
    	}

  4. #4
    Join Date
    Aug 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: only one category column on main page--should be 3 or 4

    thank you very much, it worked!

 

 

Similar Threads

  1. Right side column on main page only
    By top hatt in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Aug 2011, 01:53 AM
  2. Show sub categories for one main category on main page
    By relspeedwagon in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 12 Oct 2008, 11:29 PM
  3. Right Column to display ONLY on main page??
    By skyegospel in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Sep 2008, 10:18 AM
  4. TO DISPLAY right column ONLY on main page (??)
    By 0101101011 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Aug 2007, 04:46 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR