I have been asked to vertically align the text in the labels for the fields in a form but I don\'t understand why they are not moving. I have tried putting in-line styles using
You don't have to add any padding or edit the line-height!
Instead, just make sure that when you have an HTML like this :
Checkbox Text
Just make sure that the input height and width are the same, and the the text has the same font size.
Then, it will look perfectly fine and looks centered.