0

How do you create a vertical tab navigation using Twitter Bootstrap , I am referring to a demo here http://www.tutorialspark.com/twitterBootstrap/TwitterBootstrap_Tabs.php

Jack Bonneman
  • 1,821
  • 18
  • 24

1 Answers1

0

use .nav-stacked (more info) here's the working demo

<ul id="myTab" class="nav nav-tabs nav-stacked col-xs-3">
...
</ul>

you'll need to add some css to fix the borders

Juan
  • 4,910
  • 3
  • 37
  • 46