Home › Support Forums › Theme Support › Pinboard › Changing the height of the header › Reply To: Changing the height of the header
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