Update; I found the height, apparantly there is another entry that controls this (although I don’t know why this is).
.site-header {
min-height: 220px;
}
I changed it to max-height: 140px but to no avail. It is like changes I make to the CSS are not picked up…
Completely puzzeled now ??