I have recently been using the Pinboard theme and really like it’s flexibility. I created a header image that would span across the top. I have added css to remove the search bar and social icons. The header fit perfectly from the top of the page to the start of the menu buttons before I did the update. Now with the update, I have large white padding above and below my header that was not there before. I can’t figure out where it came from. Thank you for any help.
Dusti
It’s added by this code in style.css:
#site-title img {
margin: 38px 0;
vertical-align:middle;
}