How can I create responsive tabs which get stacked automatically using bootstrap. The code for my navs is -
If you find that 480 doesn't do it (I have long tab titles), you can always change your max-width. I used:
@media (max-width: 991px) { .nav-tabs > li { float:none; } }
and it works like a charm.