I need to do a form with a checkboxs and a list. I used Boostrap for my checkbox and list, but the problem is that the text and the checkbox are unaligned
<div id="ContForm">
<div id="Cajamitad1">
<div class="checkbox">
<label>
<input type="checkbox" value="">Soy Vegano
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">Soy diabetico
</label>
</div>
</div>
<div id="Cajamitad2">
<select class="form-control">
<option>1</option>
<option>2</option>
</select>
</div>
</div>
How i can do align it?
regards.
Aucun commentaire:
Enregistrer un commentaire