#1 how to make the menu non-sticky.
#2 how to have classic menu on mobile and tablet view.
#3 how to stop certain modules to appear on mobile or/and tablet view ?
Thanks
#gkMenuWrapper {position: absolute;}
@media all and (max-width: 1030px) {
#gkMobileMenu {
display: none !important;
}
#gkMainMenu, #gkExtraMenu {
display: block !important;
}
}
@media all and (max-width: 1030px) {
#gkMobileMenu {
display: none !important;
}
#gkMainMenu, #gkExtraMenu {
display: block !important;
}
}
yoluca wrote:Regatulunit.com