Clearing White Space Around Header

 

#header{margin-top:-30px; margin-bottom:-10px;}
body.item-view #header{margin-top:0; margin-bottom:0;} 

Goes in Add CSS in theme customize dropdown. First line covers the front page. Second line is to preserve the inside pages.
 

Comments