I recently updated to latest version of the Pinboard theme. I am running a child theme for modifications. After I updated the theme I am now getting white bars above and below my header image. I am using a custom header image that is 1140 X 225 pixels. Previously my menu was right below my header image and there were no white bars. Any idea how I can remove the white bars I am now getting? Thanks!
http://www.ivcleanteaminc.com/
Fixed it by pasting this in my child theme FYI.
#site-title img {
margin: 0px 0;
vertical-align:middle;
}