Can someone please have a look at this form for me? I think I might be losing it.
http://vancouverdentalgroup.ca/wp/contact-us/
The form looks great, but on mobile devices, I would love to have the first and last also be 100% and I cannot figure out what CSS to use.
I have the following right now:
#main .gform_wrapper .ginput_complex .ginput_left {
width: 100% !important;
float: left;
}
#main .gform_wrapper .ginput_complex .ginput_right,
#main .gform_wrapper .top_label input.medium,
#main .gform_wrapper .top_label select.medium {
width: 100% !important;
float: left;
}
#main .gform_wrapper .ginput_complex .ginput_left input[type=text],
#main .gform_wrapper .ginput_complex .ginput_right input[type=text],
#main .gform_wrapper .ginput_complex input[type=text],
#main .gform_wrapper .ginput_complex input[type=url],
#main .gform_wrapper .ginput_complex input[type=email],
#main .gform_wrapper .ginput_complex input[type=tel],
#main .gform_wrapper .ginput_complex input[type=number],
#main .gform_wrapper .ginput_complex input[type=password],
#main .gform_wrapper .ginput_complex select {
width: 100% !important;
}
It's almost there, but there's still a slight difference. Can anyone see something? I think I'm going cross-eyed.