Hello
I would like to know if there is a way to tottaly hide the top menu when user browses from mobile.
#gkTop.nomobile {
top: 0 !important;
}
#gkPage.nomobile {
top: 0 !important;
}
@media only screen and (max-width:767px) {
#gkTop {
display: none;
}
}