Here’s a CSS code to remove the empty white space at the top of the 2016 default WP theme.
/* Remove The Empty White Space At The Top */
#masthead {
padding-top: 0px !important;
padding-bottom: 12px !important;
}
As shown in the video, place this code snippet at the bottom of your style.css file within your Child Theme.