I'm trying to set two name and last name fields and the submit button inline. How can I do that?
Also, How can I change the background of the form? The part of gform_footer top_label? on my form?
I have tried and done this but the field are gone.
[css]
/* set a height so the background shows properly */
body #gform_wrapper_13 {
position: relative;
height: 90px
}
/* size and position the form footer with button */
body #gform_wrapper_13 .gform_footer {
width: auto !important;
position: absolute;
right: 0
}
/* set max width on form to make room for button */
body #gform_wrapper_13 ul#gform_fields_13 {
max-width: 85%;
}
Thanks again