I have altered something in my template CSS that all the input fields aren't aligned anymore. I cannot narrow down what happened exactly.
![]()
I have altered something in my template CSS that all the input fields aren't aligned anymore. I cannot narrow down what happened exactly.
![]()
We need to see it live to diagnose the problem.
In general terms, you appear to have removed a width setting for form labels, so that they only take the width their text needs.
PM'ed You.
Add to your stylesheet
label.inputLabel{width: 8em;}
input#state {margin-left: 9.7em;}
Works perfectly! Thank you.