OK, so I found myself the CSS to let the logo overlap on the bottom:
COPY CODE
.logo img {
margin-bottom: -66px;
width: auto;
}
Now the interesting thing: How can I please add a CSS so that the position of the logo adapts when the header collapses when scrolling?
Currently, the logo gets smaller, but is stays too low. I have to ajust the margin-bottom value when the header collapses.
Thanks,
Tom