Comments 1eimulex started the conversationOctober 30, 2018 at 10:07amHi,Is there a way to choose the defined menu for mobile (dropdown or offcanvas) for sticky mobile menu?I want to implement the non sticky menu to be as a sticky menu as we do not really like the original off canvas menu as a "sticky menu".How it would be possible to achieve this? 8,998Tahir repliedOctober 30, 2018 at 2:56pmHey Again,Unfortunately its linked to the Sticky Option at the moment and cant be toggled separately. Best ThemeNectar Support Team 1eimulex repliedOctober 31, 2018 at 6:57amHi,If you looked at the site its nearly done, however, the only thing missing is the "scroll" through the toggled mobile menu 8,998Tahir repliedOctober 31, 2018 at 12:19pmCould you provide a screenshot so i can understand what scroll you are referring to ?. Best ThemeNectar Support Team 1eimulex repliedNovember 6, 2018 at 9:04amno worries, managed to fix that with:#mobile-menu{ overflow: scroll; height:100%; } Sign in to reply ...
Hi,
Is there a way to choose the defined menu for mobile (dropdown or offcanvas) for sticky mobile menu?
I want to implement the non sticky menu to be as a sticky menu as we do not really like the original off canvas menu as a "sticky menu".
How it would be possible to achieve this?
Hey Again,
Unfortunately its linked to the Sticky Option at the moment and cant be toggled separately.
Best
ThemeNectar Support Team
Hi,
If you looked at the site its nearly done, however, the only thing missing is the "scroll" through the toggled mobile menu
Could you provide a screenshot so i can understand what scroll you are referring to ?.
Best
ThemeNectar Support Team
no worries, managed to fix that with:
#mobile-menu{
overflow: scroll;
height:100%;
}