Hi,
Thanks for reply. I managed to get it work, but with some manual CSS. I had to replace:
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
line-height: 100px;
}
with (in Customizer CSS):
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
line-height: 60px;
}
Otherwise only logo collapsed (different height), but otherwise menu had still the same height. Main menu height is set now 100 px and sticky menu 60 px. No sure, but perhaps related to Search in menu, that seemed to keep 100 px height although 60 px set in Sticky settings.
BR
Ari