I am getting Mobile view 320x480 and also td by td.
But in my desktop i am not getting space between label and textbox. I am applied col-xs-2 to label and textbox but in mobile view i am not getting.
Please any body help me to get space between td horizontally on desktop view as well as mobile view.
<div class="container">
<form class="form-inline">
<div class="row"><div class="form-group">
<label>Name</label>
<input type="text" name="name" id="name" class="form-control" id="exampleInputName2" placeholder="Jane Doe">
</div>
<div class="form-group">
<label>Email</label>
<input type="email" name="email" id="email" class="form-control" id="exampleInputEmail2" placeholder="jane.doe@example.com">
</div></div>
</form>
</div>