Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23891
    Suruchi
    Participant

    How do i get rid of this?

    http://www.gotmold.ca/

    I tired using, didn’t worked:

    /* For Header top Padding */
    #site-logo, #header-right { padding-top: 50px; }

    #23933
    Sakin
    Keymaster

    @suchi: That css will not work as you are using Header Top Sidebar and also you are adding 50px padding. So, to remove the top padding above the Header Top Sidebar. You need to ad the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-top { padding: 0; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘white space above in header’ is closed to new replies.