I found a user with a similar issue in the forums, but the solution was communicated by email, so I apologize. And thanks in advance!
I'm helping a friend move her (broken/crappy) Contact7 form from here: http://kharismastudios.com/contact/
I've got it set up with Gravity Forms here: http://kharismastudios.com/contact-test/
I just can't figure out how to use the Two Column ready class to put the paragraph text field on the right side.
This is the code the original form uses:
<div id="composeInputs">
<p><label>Your Name</label>
[text* your-name] </p>
<p><label>Your Email</label>
[email* your-email] </p>
<p><label>Subject</label>
[text your-subject] </p>
</div>
<div id="composeTextarea">
<p>Your Message</label>
[textarea your-message] </p>
</div>