Chris Muench
Chris Muench

Reputation: 18328

Getting checkboxes + labels aligned correctly in form

I have created a jsfiddle link:

http://jsfiddle.net/CpWTp/5/

As you can tell the checkboxes are on the wrong side (although I could live with the way they are now). I also want the label and checkbox to lineup so it looks uniform.

Upvotes: 0

Views: 192

Answers (2)

Sparkup
Sparkup

Reputation: 3754

This does it:

http://jsfiddle.net/CpWTp/22/

And .field_row is in the right place.

Upvotes: 0

Gabe
Gabe

Reputation: 50513

How about something like this?

jsfiddle

Upvotes: 1

Related Questions