For anyone still struggling – to change the header height you can add something like this in the child themes style.css document:
.site-header .home-link {
min-height: 100px; /*or whatever height you want.*/
}
Hope this helps – it’s not the only solution, but it should do the job.