Hi guys.
How do I align these input fields to the right? Or at least align them?
Thank you
How do I align these input fields to the right? Or at least align them?
Thank you

form input { float:right !important; }
form input { float:right !important; }But there was no change. It seems to ignore the CSS setting. I don't so much mind the text box labels on top, but I have about 20 (Yes/No) radio groups in the form and I want them to be Horizontal and aligned but when I do this the labels are at left but the radio buttons don't align so it looks very untidy.