Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: making subcategories in row

    modchipfitters,
    Something is making .categoryListBoxContents a width of 50%, well with padding and margins there is not enough space to show two of them side by side. I can't find anything in your stylesheet to fix the problems. Everything I try has no effect. When you brought over this template from the earlier version of zen cart did you compare the template files from the old to the new, as something appears to be hard coded.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #12
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: making subcategories in row

    Quote Originally Posted by barco57
    modchipfitters,
    Something is making .categoryListBoxContents a width of 50%, well with padding and margins there is not enough space to show two of them side by side. I can't find anything in your stylesheet to fix the problems. Everything I try has no effect. When you brought over this template from the earlier version of zen cart did you compare the template files from the old to the new, as something appears to be hard coded.

    i havent used an earlier version of zen cart this is a fresh instal that i have been working on a for the last few days

    the template is future_zen 1.4

  3. #13
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: making subcategories in row

    @ modchipfitters.co.uk

    Add the following to you stylesheet, may help.
    Code:
    .categoryListBoxContents {
    float: left; 
    margin-left: -0.5em;   /* adjust to fit your case */
    margin-right: -0.5em;   /* adjust to fit your case */
    }
    A New Starter again

  4. #14
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: making subcategories in row

    Quote Originally Posted by seethrou
    @ modchipfitters.co.uk

    Add the following to you stylesheet, may help.
    Code:
    .categoryListBoxContents {
    float: left; 
    margin-left: -0.5em;   /* adjust to fit your case */
    margin-right: -0.5em;   /* adjust to fit your case */
    }
    nope that didnt change anything

    but thanks for trying

  5. #15
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: making subcategories in row

    In your stylesheet, there is something missed at about line 740.
    Code:
    SPAN.newItemInCart {
      color: #ff0000;
      font-weight: bold;
    At least it should be:
    Code:
    SPAN.newItemInCart {
      color: #ff0000;
      font-weight: bold;
      }  /* at least this one is missing! */
    Otherwise the codes below will not work properly.
    A New Starter again

  6. #16
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: making subcategories in row

    Quote Originally Posted by seethrou
    In your stylesheet, there is something missed at about line 740.
    Code:
    SPAN.newItemInCart {
      color: #ff0000;
      font-weight: bold;
    At least it should be:
    Code:
    SPAN.newItemInCart {
      color: #ff0000;
      font-weight: bold;
      }  /* at least this one is missing! */
    Otherwise the codes below will not work properly.

    just check the style sheet and it is already ther starting at line 737

  7. #17
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: making subcategories in row

    ahh my mistake you are right

  8. #18
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: making subcategories in row

    Quote Originally Posted by seethrou
    In your stylesheet, there is something missed at about line 740.
    Code:
    SPAN.newItemInCart {
      color: #ff0000;
      font-weight: bold;
    At least it should be:
    Code:
    SPAN.newItemInCart {
      color: #ff0000;
      font-weight: bold;
      }  /* at least this one is missing! */
    Otherwise the codes below will not work properly.
    your a GENIUS thankyou

  9. #19
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: making subcategories in row

    Oops!

    You type faster then me!

    The msg below is not needed!
    Last edited by seethrou; 3 Oct 2006 at 01:12 AM. Reason: Removed info not needed!
    A New Starter again

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Widening category table and making subcategories
    By tahiti amin in forum General Questions
    Replies: 5
    Last Post: 15 Nov 2012, 09:12 PM
  2. v150 4 column shows 3 in first row and 1 in 2nd row
    By papacraig in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Feb 2012, 04:09 AM
  3. Where is "Subcategories per row" ?
    By Nimbuz in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Nov 2007, 05:01 AM
  4. Subcategories in Row Display Problems
    By theredhead in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Nov 2007, 04:13 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