css - Can't get styled button to line up with text beside it -
Normally I will not post here for such a small question, but whatever I can think of I have tried for him. I have really tried to do this work in previous work, vertical-alignment, top and bottom padding etc. I'm sure it's easy.
Thanks for any help.
Remove "float: left" from your button and it will be centered.
If this is not an option in your deployed environment, then surround all the labels in a new div and add a margin-top or padding-top to that device.
Comments
Post a Comment