Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How to remove space between header & main text

    That is the <br class="clearBoth" /> after the logo wrapper that is taking up space. You can add to your stylesheet

    #logoWrapper+br.clearBoth {display: none}

    This will not be effective in IE6 because it doesn't understand adjacent selectors in CSS.

    You can edit /includes/templates/your_template/common/tpl_header.php to change that
    <br class="clearBoth" />
    to
    <div class="clearBoth"></div>

  2. #12
    Join Date
    Feb 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: How to remove space between header & main text?

    Quote Originally Posted by Arkwright View Post
    Could someone please tell me how to remove the white space and the links between the bottom of my header logo and the start of my main page text.

    I have added a screenshot with the area I would like to remove marked in red...



    Many thanks

    Arkie...
    Can someone tell me what this highlighted section in the original post is called? I've been trying to figure out how to edit the spacing between the category links that appear in this section on my site, but I can't even figure out what this section is called.

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

    Default Re: How to remove space between header & main text?

    That is the categories-tabs menu (#navCatTabs in the stylesheet).

  4. #14
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: How to remove space between header & main text

    Quote Originally Posted by gjh42 View Post
    That is the <br class="clearBoth" /> after the logo wrapper that is taking up space. You can add to your stylesheet

    #logoWrapper+br.clearBoth {display: none}

    This will not be effective in IE6 because it doesn't understand adjacent selectors in CSS.

    You can edit /includes/templates/your_template/common/tpl_header.php to change that
    <br class="clearBoth" />
    to
    <div class="clearBoth"></div>

    The change to tpl_header had no effect. I too am looking to get rid of that nasty gap!

    news flash!!!!! the #logo thing above did the trick!!!!! thanks
    Last edited by pixelpadre; 12 Mar 2010 at 07:34 PM.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Space between banner and header...how do I remove it?
    By RMelick in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Nov 2009, 07:34 PM
  2. How to remove space between image & description on main page?
    By ychousa in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Apr 2008, 03:00 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