Hi, I am trying to increase the width of nav bar search to occupy minimum of span 5, the form is occupying 492px x 45px but the search box is getting confined to 220pxx28px. Can you please let me know how to increase the width of the nav bar search to occupy entire form size or more than 350 atleast.
1. <form class="navbar-search pull-left"> 2. <input type="text" class="search-query" placeholder="Search"> 3. </form> Thanks Vidya
