Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2009
    Posts
    176
    Plugin Contributions
    0

    Default Sub_Category List display

    http://thegiftshop.tv/index.php?main_page=index&cPath=4

    The subcategories list (I don't want to put images) displays one on each line, which takes it way too far down the page.
    How do I list them across the page - say 4 or 5 across??

    thanks
    Last edited by Ajeh; 12 Aug 2013 at 03:09 PM. Reason: remove zenid

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

    Default Re: Sub_Category List display

    What's your setting in Admin - Configuration - Maximum Values - Categories To List Per Row ?

  3. #3
    Join Date
    Mar 2009
    Posts
    176
    Plugin Contributions
    0

    Default Re: Sub_Category List display

    Ah...it is set to 3....which clearly doesn't seem to be taking effect!

  4. #4
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sub_Category List display

    Quote Originally Posted by gprit View Post
    Ah...it is set to 3....which clearly doesn't seem to be taking effect!
    Maybe the template author did something strange? I would recommend contacting them with the question ;)

    Thanks,

    Anne

  5. #5
    Join Date
    Mar 2009
    Posts
    176
    Plugin Contributions
    0

    Default Re: Sub_Category List display

    Ah yes...but unfortunately Template Mela seem not to think it is their problem.....

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

    Default Re: Sub_Category List display

    Easy way to find out - switch temporarily back to the Classic template. If it's OK there, check to see if the template designer modified includes/modules/category_row.php.

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

    Default Re: Sub_Category List display

    Your template is currently trying to display up to 5 subcats per row (viewing the Body and Skin Care top category), but the HTML has inline styling for width: 50%; and the stylesheet (line 911) has padding:
    Code:
    .sub-category ul li {
        background: url("../images/bullet3.gif") no-repeat scroll left center transparent;
        padding-left: 10px;
    }
    which makes each item take more than half a row.

    Reduce the width (it should automatically adjust for the set number of items per row). And it is definitely something the template author did; if they had not changed the stock code, the widths would not be wrong.

 

 

Similar Threads

  1. v151 Twitch List Price - how do I display List price?
    By Trinity14 in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 19 Jul 2021, 08:17 PM
  2. v139h Display prices in List
    By DarkMen in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 19 Nov 2014, 12:57 PM
  3. Category Product List & All/New Product List (DISPLAY IS DIFFERENT)
    By shiff in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Jan 2011, 10:24 AM
  4. Display Categories in a Vertical List
    By plumwd in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Sep 2007, 04:34 PM
  5. product list display
    By nomaad in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Nov 2006, 03:13 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