Currently, when I clicked on “advanced_menu_toggle” button, the mobile menu will slide-in from top-right corner. How can I change the slide-in animation from top-right to slide-in from right only?
My Customer want to use the animation of “Slide in on top” from this website: http://tympanus.net/Development/SidebarTransitions/
oops. I found the solution. Add the following to the custom css:
#mobile-advanced{
transform: scale(1);
}