Hello!
When set template - fixed menu: enable + classic menu => the screen when you change the width 1160-> 1040 does not have a fixed menu. The menu is empty by scrolling up
Help me
.gkMainMenu.gk-fixed-nav,
#gkHeaderNav .gkMainMenu.gk-fixed-nav {
margin-top: 59px !important;
}
@media (max-width: 1160px) {
#gkLogo,
#gkMobileMenu {
margin-top: 20px !important;
padding: 0;
}
.gkMainMenu,
#gkHeaderNav .gkMainMenu {
margin-top: 6px !important;
}
#gkHeaderNav .gkMainMenu + #gkMobileMenu {
padding-top: 4px;
}
.gk-fixed-nav #gkLogo,
.gk-fixed-nav #gkMobileMenu {
margin-top: 72px !important;
}
.gk-fixed-nav .gkMainMenu {
margin-top: 60px !important;
}
@media only screen and (min-width:1041px) and (max-width: 1160px) {
#gkHeaderNav.gk-fixed-nav .gkMainMenu {
margin-top: 57px !important;
}
}