Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2008
    Posts
    41
    Plugin Contributions
    0

    Default Help removing white space under Header

    http://www.mymotherslinens.com


    See the white space under the header? its a big area, I'm trying to get rid of it.

    Notice I've moved the Home, Login, and Search from above the banner, to under it. Prior to moving it, the white space was STILL there, so that is not directly part of the problem. I saw another thread that had some code about ClearBoth and it wouldn't work. I've tried this many, many ways.

    Here's tpl_header.php for you to look at...

    http://mymotherslinens.com/includes/...tpl_header.txt



    Thank you for the help. I don't know how to get rid of this dang whitespace.

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Help removing white space under Header

    Take a look at your stylesheet and search for 'header' or 'headerpic', possibly

    #headerpic {
    position: relative;
    background: url("../images/hd.jpg");
    background-repeat: no-repeat;
    height: 300px;
    width: 950px;
    }

    This chunk as seen in your ....tpl_header.txt may also be worth looking at:

    <div id="headerpic">
    <div id="slogan">
    <h1></h1>
    <h2></h2>

    </div>
    </div>
    Last edited by frank18; 29 Mar 2010 at 01:20 AM.

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

    Default Re: Help removing white space under Header

    Your image is 250px high, but you have #headerpic set to 300px high.

  4. #4
    Join Date
    Jul 2009
    Location
    Prague, Czech Republic
    Posts
    530
    Plugin Contributions
    0

    Default Re: Help removing white space under Header

    Also you have this, try changing 25px to a smaller value if following Stevesh' advice doesn't reduce the space enough for your liking

    #topmenubar {
    background-color:#B8CBCA;
    color:#8B0C40;
    height:25px;

  5. #5
    Join Date
    Jan 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Help removing white space under Header

    Okay, I can't access all the files right now, but those suggestions seem pretty obvious, especially the headerpic being set to 300px. I'll give those a shot asap. and update my post here.

  6. #6
    Join Date
    Jan 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Help removing white space under Header

    Worked great! Thanks! Simple mistake I guess. I had forgot that I resized the banner...

 

 

Similar Threads

  1. Large White space under header in IE 7
    By s0nicstang in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Apr 2011, 11:17 PM
  2. White Space under my logo header?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 May 2009, 04:03 AM
  3. Unwanted white space under header image
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Oct 2008, 08:07 PM
  4. small white space under header
    By rocketrod in forum General Questions
    Replies: 7
    Last Post: 10 Dec 2007, 08:46 AM
  5. Help removing white space under main logo
    By sneader in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 23 Oct 2007, 08:11 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