In bootstrap after adding a nav-bar when we access the site through mobile.We get a button and after clicking the contents of nav-bar are displayed. I want to add another search bar below it and it should be displayed without use of that button. Please help I am new to bootstrap. Thanks!
jsfindle link:
http://jsfiddle.net/12zvx3z2/3/
On it the button on right most corner helps in displaying the nav bar.How to just make search bar visible without using button.
You can add a new navbar below the existing one
Code:
Explained in this Fiddle