Is it possible to change the mobile menu to the same as "Events" template?
How?
@media only screen and (max-width:1040px) {
#gkMobileMenu { display: none !important; }
}
#gkMainMenu, #gkExtraMenu {
display: block !important;
}