Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Setting different number of rows and picture sizes than the main category

    On my main category I have 9 categories, each icon is 160 x 120 pixels.

    A B C
    D E F
    G H I

    If you click on "A" for example

    "A" has 6 sub categories and each icon is 160 x 120 pixels.

    A B C
    D E F

    If click on "B" for example, "B" has 10 categories and they are listed as

    A B C
    D E F
    G H I
    J

    and each icon is 160 x 120 pixels.

    Is there a way to set it as 5 x 2 at 80 x 60 pixels JUST FOR THESE SUB CATEGORIES?

    A B C D E
    F G H I J

    I could not find it in the admin and I'm going to try to answer my own question and say no and that the page needs to be customized for that but I'd like to hear if I am wrong

    TIA.

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

    Default Re: Setting different number of rows and picture sizes than the main category

    You're correct, though you can make the subcat image files exactly 80x60 px and they will display at that size. Changing the number per row for one category will take some custom code. It might be doable with a per-category stylesheet and some customized CSS rules.

  3. #3
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Setting different number of rows and picture sizes than the main category

    why u gotta depress me like that?

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

    Default Re: Setting different number of rows and picture sizes than the main category

    These rules in Firebug change my test site from the stock three per row to four per row, and if put in a stylesheet named c_23.css, would apply only to subcats of category 23.
    Code:
    .categoryListBoxContents {width: 24% !important; height: 90px;}
    .categoryListBoxContents a img {width: 80px !important;}
    .categoryListBoxContents+br {display: none;}
    #featuredProducts {clear: left;}
    Some alterations might be required for particular setups, and for different numbers per row.

  5. #5
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Setting different number of rows and picture sizes than the main category

    thanks for your advice. it is much appreciated.

 

 

Similar Threads

  1. v153 customers can purchase more than is in stock because of different sizes??
    By wazm in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Aug 2014, 11:09 PM
  2. Setting up images for sale - different sizes
    By gnomiXa in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 4 May 2010, 10:31 PM
  3. need help setting number of rows
    By cyb3rp1mp in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Oct 2009, 10:39 AM
  4. Setting up pricing for different sizes??
    By tanyaleann in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 23 Sep 2008, 03:59 PM
  5. different font sizes and colors for boxes and category descriptions
    By melena in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jul 2008, 07:02 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