Reputation: 169
This seems to be a simple thing but I can seem to find it anywhere under their documents. Currently the initial setting is hiding everything inside .left-off-canvas-menu, is there a setting where it can be set to show and only hide when .left-off-canvas-toggle is click?
Upvotes: 3
Views: 1737
Reputation: 468
Yes, you can. Simply add the class 'move-right' to the 'off-canvas wrap'. That should display it as it would be active.
`<div class="off-canvas-wrap move-right">
<div class="inner-wrap ">
About the exit case, you can use 'exit-off-canvas' class.
<a class="exit-off-canvas"></a>
Upvotes: 4