<div class="row">
<div class="col-md-3 col-sm-3 col-xs-3">
<p class="classPadBottom0">Enter Your Credit Card Number:</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 ClsUnderline ClassPad0">
<p> </p>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 col-md-offset-1 col-sm-offset-1 col-xs-offset-1">
<p class="classPadBottom0">Expiration Date:</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 ClsUnderline">
<p> </p>
</div>
</div>
I have created a simple example of what I currently have. It consists of two labels and space for handwriting, but it lacks responsiveness and has too much space between the label and handwriting area.
Is there a different method to achieve better spacing in this design?