My ticket has been closed : https://kriesi.at/support/topic/always-hide-the-main-menu/ before asking my last question /-)
I have a little issue with the mobile advanced menu: when I click to open it, the page scroll to the top…
thanks
Hi,
Open js/avia.js and look for line 358:
win.scrollTop(0);
Replace it by this:
//win.scrollTop(0);
Regards,
Josue
solved…