Hi,
Is it possible to keep the menu visible when scolling down on responsive mode ? Currently the menu stays on top of website so visitors don't view it anymore when scrolling down
Thanks for your help
Fran
#gkMobileMenu {
position: fixed;
right: 25px;
top: 30px;
z-index: 999;
}