twitter bootstrap - How to stack left-nav-bars with 3col fixed layout? -
how can stack nav bars on top of eachother given following fiddle?
fiddle: http://jsfiddle.net/vkvx3/
this photoshopped in red it's want achieve
i have tried wrapping 2 stacked in , no go.
<div class="???"> <div class="well sidebar-nav left"> <ul class="nav nav-list"> // o o o </ul> </div> <div class="well sidebar-nav left"> <ul class="nav nav-list"> // o o o </ul> </div> </div>
would scaffolding work you?
http://www.bootply.com/68303
basically 2 lefthand nav blocks in same span, right hand nav in own span, , central block in nested container.
i'm sure want customise further, though if use standard bootstrap grid as possible stack , scale on narrow screens.
good luck!
Comments
Post a Comment