Tagged: main menu, mobile, Responsive Menu, slide out menu
Thanks for the great theme. Is there a way, however, to change the responsive main slide out menu to have it slide in from the left of the page off canvas instead? Similar to Facebook’s mobile app or this demo: http://dbushell.github.io/Responsive-Off-Canvas-Menu/step4.html.
Any help in how to go about getting that effect would be really appreciated.
Thank you,
-Dan
Hi synapse7,
While it is possible, its beyond the scope of what we can assist with via support.
The effect almost entirely css transforms however so it would just be a matter of modifying the #mobile-advanced container to start on the left instead of the right ( left: -100% instead of right: -100%) and then changing the transition to be more like your example and make sure it all is still cross browser compatible and continues to degrade for older browsers.
Regards,
Devin