I help with the website and learn all these skills when I go. I saw similar questions, but did not find a useful solution.
In the upper right corner of the screen you can see that the search window and the button refuse to be on the same line. http://i.imgur.com/fiurnYs.png
The HTML code for the search box is as follows:
<div class="col-sm-3 col-md-3 pull-right"> <form class="navbar-form" role="search"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" name="srch-term" id="srch-term"> <div class="input-group-btn"> <button class="btn btn-default" type="submit"><i class="icon-search"> </i></button> </div> </div> </form> </div>
The CSS code looks like this: https://raw.github.com/immenselyalive/dresswithease/master/bootstrap.css
source share