Even before I added CSS to put some of the fields on the same lines, it had the same problem. I am using the Headway theme. I cannot find anywhere in the base css where it is causing the li elements to be styled in a way that would cause this. I've spent an hour trying to find a fix and nothing seems to work. Right now I am using the following to force the two items on the same line (again it still doesn't align even if I take out all form css that I've added):
.gform_wrapper ul.gfield_radio li {
float: left;
padding: 0px;
margin: 0px 10px;
border: 0px;
}
The link to my form is:
http://www.facesinprison.com/list-inmate/
It's the Gender selection, second from input from the top.
Thanks!