This is what I did with your code.
html
<label class="checkbox-label"><input type="checkbox" value="115">-middle</label>
css
label.checkbox-label input[type=checkbox]{
position: relative;
vertical-align: middle;
bottom: 1px;
}
Fiddle
Try using:
vertical-align: text-bottom;
Edit:
<input id="checkbox" type="checkbox" value="115">
<label class="checkbox-label" for="checkbox">Administrators</label>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With