Zen Follower
- Join Date:
- Jan 2011
- Posts:
- 196
- Plugin Contributions:
- 0
Stylesheet and Form Issue
I have altered something in my template CSS that all the input fields aren't aligned anymore. I cannot narrow down what happened exactly.

Views: 606
Zen Follower
I have altered something in my template CSS that all the input fields aren't aligned anymore. I cannot narrow down what happened exactly.

Black Belt
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.
Zen Follower
PM'ed You.
Black Belt
Add to your stylesheet
label.inputLabel{width: 8em;}
input#state {margin-left: 9.7em;}
Zen Follower
Works perfectly! Thank you.
Fields marked required must be completed.
Tell staff why this post should be reviewed.