How to remove Wordpress whitespace header?

by 2 replies
3
Hi buddy , how to remove wordpress white space header in my site ? my site :
#website design #header #remove #whitespace #wordpress

  • 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
  • Banned
    [DELETED]
  • 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

Next Topics on Trending Feed