Hi there,
I'm stuck on changing the widths of my text input fields despite several attempts. My form is here: http://www.jumpstartmd.com/ppc/
Visually, I want the forms to be around 280 pixels or around 100%, and extend to the edge of the graphic above the form.
Here's the code I've tried after various combinations attempted from others' forum posts (I promised I tried lots)
#gform_wrapper_10 input[type="text"] .medium {
width: 95% !important;
}
and
#gform_wrapper_10 input[type="text"] {
width: 95% !important;
}
and
body #gform_wrapper_10 input[type="text"] .medium {
width: 95% !important;
}
Thanks in advance!