vendredi 16 septembre 2016

Bootsrap checkbox and text on same line

In Bootstrap, how do I get checkboxes to align with other text on the same line? The checkboxes are always hanging lower than a line of text. I tried wrapping the separate text in a div and adding padding but it does nothing.

<div class="col-xs-12 move-down">
  <div style="padding-top:7px; display:inline-block;">This is a new email address. Would you like to:</div>
  <div style="display:inline-block;">
    <label class="checkbox-inline" data-toggle="collapse" href="#collapsesignup">
    <input type="checkbox" id="" value="option1"> Create account
  </label> <label class="checkbox-inline">
    <input type="checkbox" id="" value="option1"> Guest checkout
  </label>
  </div>
</div>

enter image description here




Aucun commentaire:

Enregistrer un commentaire