Hi,
I've turned the Responsive Layout off but the menu is still the same (not fully visable on the top like the desktop version). Is it possible to have the same menu on the desktop version and mobile version?
Kind regards,
Sander
#gkMobileMenu {
display: none !important;
}
#gkMainMenu.gkMenuClassic,
.gkMenuClassic #gkExtraMenu {
display: block;
}
#gkMobileMenu {
display: none !important;
}
#gkMainMenu.gkMenuClassic,
.gkMenuClassic #gkExtraMenu {
display: block !important;
}