Reply To: Changing the height of the header

#7507
Alexander
Participant

You can remove the upper and left margin by adding this to your css declaration:

#site-title {
margin:0;
line-height:0;
}

The lower margin holds the search field and the right margin is needed for social media tags and therefore not so easy to remove.

Cheers,
Alexander @ http://www.mouseclick.com