Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    132
    Plugin Contributions
    0

    Default Reduce subcategory line spacing

    When selecting a category from the category box, the page opens with a display of each of the sub-categories.

    The default spacing looks like it is double or triple spaced.
    I would like to reduce the spacing so each sub-cat is directly below each other.
    I will not be using images for the sub-cats.

    I have been experimenting with category_row.php and the style sheet with no success, but I do not know enough to go any further.

    test site is here http://www.reisshardware.com

    Thanks,
    Jeff

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Reduce subcategory line spacing

    This is in your stylesheet and there are 2 items ganged that you will have to seperate and adjust

    This is specifically the class .categoryListBoxContents and also the H3 tag - Find these and seperate them out and adjust
    Code:
    h1, h2, h3, h4, h5, h6 {
    	margin: 0.3em;
    }
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    }
    So that you end up with:
    Code:
    h3 {
    	margin: 0.0em;
    }
    h1, h2, h4, h5, h6 {
    	margin: 0.3em;
    }
    .categoryListBoxContents  {
    	margin: 0em 0em;
    }
    
    .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Reduce subcategory line spacing

    Thanks!

    Works perfectly. Exactly what the customer wanted.

    Added bonus... By showing me the option of the second setting allowed me to indent the category list after the customer asked for that.

 

 

Similar Threads

  1. v151 Reduce spacing between items in category
    By ExtensiveEnterprises in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Mar 2014, 09:38 PM
  2. Spacing of text links when click on subcategory
    By shortmop in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Oct 2011, 04:55 AM
  3. Spacing between subcategory columns
    By GG01 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Sep 2008, 08:18 AM
  4. Reduce spacing between options?
    By cosmocanuck in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Jun 2006, 08:40 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