Hello again,
Some themes automatically scale the logo to be the same height as the menu when scrolling. Is this possible with this theme as well?
The client's logo is round and thus it floats awkwardly when scrolling down.
Thanks for your advice!
#gk-header-nav.inactive.gk-fixed-nav .gk-logo {
margin-top: 25px;
}
#gk-header-nav.inactive.gk-fixed-nav .gk-logo img {
max-width: 120px;
}