Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Sub-Category Pages

    I have set the "Maximum Values" > "Categories To List Per Row" to 2 in admin.

    I have added the following code to my CSS:

    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsProducts, br+.categoryListBoxContents, .centerBoxContentsNew {
    padding-left:0;
    padding-right:0;
    vertical-align: top;

    }
    .centerBoxContentsProducts {
    border-top: 1px inset blue;
    border-left: 1px inset blue;
    border-right: 1px inset blue;
    border-bottom: 1px inset blue;
    -moz-border-radius: 12px 12px 12px;
    height: 325px;

    }
    .categoryListBoxContents{
    border-top: 1px inset blue;
    border-left: 1px inset blue;
    border-right: 1px inset blue;
    border-bottom: 1px inset blue;
    -moz-border-radius: 12px 12px 12px;

    }

    For some reason I can only get 1 Sub-Category to a row. However I get 3 products to a row on the product listing page.

    Any suggestions?

    Here is a link to the page so you can see.

    Thanks,
    Ray

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Sub-Category Pages

    I figured it out.

    I removed:

    'style="width:' . $col_width . '%;"'

    in category_row.php

    and added:

    width: 49%;

    in stylesheet.css

 

 

Similar Threads

  1. category & sub-category on headings of pages
    By caustic in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Oct 2009, 05:18 PM
  2. Problems with Sub-Category Pages
    By guyhancock in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 6 May 2009, 01:21 PM
  3. Populating sub-category links into ez pages
    By esoin in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 19 Mar 2008, 09:00 AM
  4. Sub-Category Pages
    By cartdiscounts in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Apr 2007, 04:16 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