This CSS code was posted by Kevin a few months ago to move the check box below the description...
/*restyle agreement field ---------*/
ul#input_17_1 {margin-top:20px!important} /* move checkbox field down */
li#field_17_1 {position:relative;} /* set position on container li */
li#field_17_1 div.gfield_description {position:absolute; top:22px;} /* reposition description field */
li#field_17_1 div.gfield_description.validation_message {position:absolute; top:34px;} /* reposition validation message */
I am having trouble knowing what I exactly need to change is terms of class IDs to make this work for me. In the advanced tab of my form, I am identifying this class as legal_disclaimer. So...in the posted code, what is the class Kevin is using? What do I take out and replace with "legal_disclaimer"? Thanks...