Viewing 7 replies - 1 through 7 (of 7 total)
  • In your style.css look for:

    #header #logo{
    	padding-top:15px;
    }

    and change it to:

    #header #logo{
    	padding-top:0px;
    }

    Moderator t-p

    (@t-p)

    If understand correctly, find this CSS rule in your current theme’s folder:

    #header #logo {
        padding-top: 38px;
    }

    change it to:

    #header #logo {
        padding-top: 0px;
    }
    Thread Starter imagex

    (@imagex)

    hi christine – thanks! But, i did exactly as you said and made the padding 0.

    But it has not changed anything on the page… what do you think to achieve removing the white space?

    it still !
    #header #logo{ padding-top:38px; }

    check again ! if u changed correctly
    May B u using some cache plugin ?

    clear ur cache & check again

    Thread Starter imagex

    (@imagex)

    hi – i tried loading the page in a new browser that i never ever use. IE

    and the space is still there.

    Do you see the space your end?

    I have even downloaded the style.css file from the server and checked it and the padding says 0px

    ??? help please!

    Thread Starter imagex

    (@imagex)

    I just took a look at your site and I can see that you did change the code in the style sheet, but when I look at the source code, I also see that some styles are repeated and embedded in your header area.

    Do you have some theme options somewhere? Perhaps the styles are being set there.

    I don’t understand why your theme is adding this extra style in the code. It’s just duplicating stuff.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove White Space at Top Header’ is closed to new replies.