I have used the CSS Ready Classes several times before. My form is using the gf_left_half and the gf_right_half but they are keeping them on separate lines. They are not next to each other on the same line like they were before.
I have used the CSS Ready Classes several times before. My form is using the gf_left_half and the gf_right_half but they are keeping them on separate lines. They are not next to each other on the same line like they were before.
Can you link to your form please? It sounds like your theme CSS is stopping it from working as expected.
Here is the link. http://test.grovedalewinery.com/wedding-contact/
This happened to another form I have worked on as well. It looks fine in the form preview but when viewed on the website it looks the same as above.
Thank you for your help.
it looks to me the extra padding-left on your theme ul li in style.css line240 is adding to the total width of the element. Causing the float to get hung-up on the element before.
I'm no pro, so someone else can correct me, but I think that's what's doing it.