How can I make the input field wider than the default in Twitter\'s Bootstrap?
I am trying to create a wider search form in the hero-unit class from th
hero-unit
Use the bootstrap built in classes input-large, input-medium, ... :
Or use your own css:
class="search-query input-mysize"
.input-mysize { width: 150px }