Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Small space above categories

    This is a very minor issue but for some reason I cant let it go. On my page http://www.proskit.org there is a little extra space above my Categories sidebox when compared to my right sidebox. Is there a way I can even those out?

    Thank You, Paul

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

    Default Re: Small space above categories

    I can't tell why it's doing that, but try adding to your stylesheet:

    #categoriesHeading {margin-top:-16px;}

  3. #3
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Small space above categories

    Yup that got it, thank you for the help

  4. #4
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Small space above categories

    That fix worked great until I installed the fly out categories mod. So now that I have disabled categories in my layout box controller and turned on the Flyout Categories box I am getting that space above the categories box again. I tried pasting that same code into new categories css that came with the new mod.

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Small space above categories

    Quote Originally Posted by atl2rva View Post
    That fix worked great until I installed the fly out categories mod. So now that I have disabled categories in my layout box controller and turned on the Flyout Categories box I am getting that space above the categories box again. I tried pasting that same code into new categories css that came with the new mod.
    open includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    add the following

    .rightBoxContainer {
    border: 1px solid #ffffff;
    margin-top:1.5em;
    }

  6. #6
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Small space above categories

    Thanks this is better than it was. I would prefer if the columns were sitting a little closer to the header, but I can live with this.

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Small space above categories

    Quote Originally Posted by atl2rva View Post
    Thanks this is better than it was. I would prefer if the columns were sitting a little closer to the header, but I can live with this.
    you can always change the margin-top settings


    .leftBoxContainer {
    border: 1px solid #ffffff;
    margin-top:1.5em;
    }

    .rightBoxContainer {
    border: 1px solid #ffffff;
    margin-top:1.5em;
    }

  8. #8
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Small space above categories

    Thanks again, I dont know if that caused this new issue or I just noticed it now after paying more attention to the right boxes. The right sideboxes appear to be overhanging on the background color by a few pixels. This only happens in firefox for me. In IE it appears fine. I have tried reducing the width of the right side boxes and it does not help. I appreciate all the help!

 

 

Similar Threads

  1. Small gab above the main page banner
    By comicmegastore in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Jan 2010, 02:15 AM
  2. Space above centerboxes
    By tannersports in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Mar 2008, 10:22 PM
  3. Remove space above Header
    By Eagle75au in forum General Questions
    Replies: 11
    Last Post: 8 May 2007, 01:05 AM
  4. White space above logo?
    By tracimurphy in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Aug 2006, 02:42 PM
  5. empty space above header
    By kunaguna in forum Basic Configuration
    Replies: 0
    Last Post: 7 Jun 2006, 01:54 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