Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Location
    Limerick, Ireland
    Posts
    91
    Plugin Contributions
    0

    Default Removing Space Between Categories

    Hello All,

    I cannot seem to remove the space that currently exists between my categories on the left sidebox. There is a space of about 18px between the "bottom-border" of each category and the next category.

    I would like to remove this space entirely if possible but I have tried and failed.

    http://www.idostationery.ie/index.php?main_page=index

    Any help would be much appreciated.

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

    Default Re: Removing Space Between Categories

    That space is from the <br /> that is inserted between category items to make sure they stay on different lines. The stock categories are only <a> links displayed inline, and they need the breaks. Since you have made them display: block;, the breaks are superfluous.

    You can either use Categories Dressing which takes care of this and many other things (probably overkill for your current needs), or you can edit /includes/templates/your_template/sideboxes/tpl_categories.php and remove the code that adds the <br /> after each category is built.
    You could also add to your stylesheet

    #categoriesContent br {display: none;}

  3. #3
    Join Date
    Aug 2009
    Location
    Limerick, Ireland
    Posts
    91
    Plugin Contributions
    0

    Default Re: Removing Space Between Categories

    Thank you gjh42,

    You answer was very thorough, thank you so much. You were correct about the "display:block".

    I added "#categoriesContent br {display: none;}" to the stylesheet as you suggested. That worked perfectly for the categories. It also removed the linebreak between the sub-categories so I added "display:block" to "category-products" in my stylesheet and now all is working as I wanted.

    Thank you so much for your help.

 

 

Similar Threads

  1. Removing space between header pictures
    By Belinda in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Feb 2011, 08:35 AM
  2. Removing space between header and rest of page
    By jhbs in forum Templates, Stylesheets, Page Layout
    Replies: 23
    Last Post: 16 May 2009, 12:03 PM
  3. removing the space between sidebox header image and content
    By davowave in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 14 Mar 2009, 12:19 AM
  4. Help Removing Space Between Attributes Boxes
    By John-E in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Oct 2006, 02:41 AM
  5. space between categories
    By minelle in forum General Questions
    Replies: 3
    Last Post: 21 May 2006, 06:07 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