How can I create responsive tabs which get stacked automatically using bootstrap. The code for my navs is -
This should work:
@media (max-width: 480px) { .nav-tabs > li { float:none; } }