I've read all the threads on how to align two fields on the same line, and added code to my CSS but I just can't seem to get it working correctly. Can someone help me?
The site is: http://www.bigskyretreat.com/register/registration-form/
In the section: HOW DID YOU FIND US? I want:
- Website and Referring Website on one line
- Center/Church and Referring Center/Church on one line
- Referring Person and Referred By on one line
I added this code to my CSS and it doesn't work at all (experimenting with website/referring website):
}
#gform_wrapper_1 #field_31 {
float:left;
}
#gform_wrapper_1 #field_32 {
float:right;
margin-left:10px!important;
}