Hi I was wondering where in the CSS can I remove the white area above the header/ banner

CommentFileSizeAuthor
screenie.png451.03 KBryan445

Comments

Deepika.chavan’s picture

Hi ,
Please try adding following css code, I tried it on my localsite :

#logo-search {
   display:none;
}

#secondary {
  padding: 0 0 0 0;  
}

Rgrds,

Deepika Chavan.