Hi folks, how do you align input box and 2 buttons, the code I have at the moment is placing the buttons under the input box;
<form>
<center>
<div class="col-md-6 col-md-offset-3">
<div class="input-group input-group-lg">
<input type="text" class="form-control" placeholder="Enter Registration" style="text-align: center">
<div class="input-btn-toolbar">
<button class="btn Jumbt btn-default" type="button"><span class="glyphicon glyphicon-search"></span> Search</button>
<button class="btn Jumbt btn-default" type="button">Enter T ...
Go to the complete details ...