When using the right half and left half classes, you need to alternate form fields. So the paragraph alternated to the right of your last 'left' field (phone.)
Can you try moving the paragraph text (Message) to the second field in your form, right after the name? Will that float it to the right of the name at least? If so, we can try making it taller with CSS after that. Add some CSS like this to your theme stylesheet after making the paragraph text the second form input rather than the 4th:
[css]
body .gform_wrapper form textarea#input_1_5 {
height: 200px;
width: 154px;
margin-left: 10px;
}
You can adjust the height and width and margin to suit your taste.
Screenshot: http://minus.com/lyVCcmtK5RrVZ
Oops: just noticed in the screenshot that the "Message" label needs to be moved over 10px as well...
Posted 12 years ago on Monday March 25, 2013 |
Permalink