2
I am trying to align in the center this search bar but the button is not on the side. If you can help me I thank you already.
<div class="row">
<div id="custom-search-input">
<form action="#" method="POST" autocomplete="on" class="navbar-form navbar-">
<div class="input-group col-md-6 col-md-offset-3 ">
<input autofocus="text" type="text" name="pesquisa" class=" search-query form-control" placeholder="Search" />
<span class="input-group-btn col-md-4">
<button class="btn btn-success " type="submit">
<span class=" glyphicon glyphicon-search"></span>
</button>
</span>
</div>
</form>
</div>
</div>
Thank you very much, it worked :)
– Thayna Pinheiro
@Thaynapinheiro good that solve, if you think the problem has been solved consider mark the Answer as Accepted ✓ so it does not get pending on the site as unanswered question accepted
– hugocsl