How to remove Wordpress whitespace header?

2 replies
  • WEB DESIGN
  • |
Hi buddy , how to remove wordpress white space header in my site ? my site :
#header #remove #whitespace #wordpress
  • Profile picture of the author savidge4
    Originally Posted by rentalmobiljogja View Post

    Hi buddy , how to remove wordpress white space header in my site ? my site : www.sewamobiljogja.info

    Gonna need a bit more info here.. what white space?


    the very top?
    Code:
    #header {
           padding: 0px !important;
    }
    
    #site-title {
           margin: 20px 0px 20px 0px;
    }
    You can adjust the 20px to give your logo the right amount of centering in the space

    Below the main menu?
    Code:
    #main {
           padding: 10px 0 0 0;
    }
    you can adjust the 10px to adjust the spacing between the title and the navigation bar as needed
    Signature
    Success is an ACT not an idea
    {{ DiscussionBoard.errors[9967396].message }}
  • Profile picture of the author rentalmobiljogja
    Hi savidge4, thank you very much for your help, it was very usefull. But now I have change the template. Would your please delete you answer, I am sorry now not relevance anymore
    {{ DiscussionBoard.errors[11103532].message }}

Trending Topics