Is there any example of a \"Off Canvas\" layout using twitter bootstrap ?
I found one in Foundation and there is also this CSS3 Experiment but nothing for Twitter Bootst
Here is a generic example for "Off-Canvas" using twitter bootstrap:
http://codepen.io/krichnafsky/full/cuhkL
Feel free to use it. If you have any questions let me know.
Thats not a bad solution. Fairly simple. I would just add
html { overflow-x: hidden; }
so it doesn't add a bottom scroll bar while viewing the menu. Shouldn't need a bottom scroll bar anyway using bootstrap responsive.