Hello,
I have multiple forms on my site, and I need to style them differently. There is a form in my slider on the home page, and a form on the contact page.
To position the slider form, I added the following CSs:
.gform_wrapper form {
width: 200%;
margin-top: 120px;
margin-left: 78px;
}
...and this was working. However, since I have added another form which I don't want to set to this width, I used the details in this thread:
http://www.gravityhelp.com/forums/topic/varying-form-styles
...to change from .gform_wrapper form to #gform_wrapper_12 form, but the CSS doesn't work with that change.
Can you help?
Thanks!