#radio1,
#radio2 {
vertical-align: middle;
}
<input type="radio" name="konk" id='radio1' value="abc">Dady
<input type="radio" name="konk" id='radio2' value="abc">Oliva
I tried on jsfiddle and using vertical-align:top
- buttons are is perfectly middle
aligned with text.
In my files (localhost and remote) code is the same, but it's impossible to get middle alignement , using any of the css options top - middle - bottom
.