Using simple_form -- is there a way to change where the input field's label is placed? If for example, I wanted to place the label above the field, how would I do that?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

In the CSS styles for the label and/or input, add display: block;.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.