Bootstrap form inline -


how can align , space inline inputs forms in bootstrap

 <div class="form-group col-lg-12">   <div class="col-lg-6">    <input type="text" class= "form-control" value="first name">   </div>    <div class="col-lg-6">    <input type="text" class= "form-control"  value="last name">   </div> </div> 

use col-xs instead of col-lg see this try

and keep input inside

 `<div class="form-group col-xs-12">` 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -