I assume you want the state drop down to be the same width, color, font and background as the other fields there? Try changing line 15233 in your theme's style.css from this:
[css]
#gform_wrapper_5 input[type="text"] {
to this
[css]
#gform_wrapper_5 input[type="text"],
body #gform_wrapper_5 select.gfield_select {
That will apply the same styles to the drop down which apply to the other text inputs in that area.
However, I could not test this because the page was loading extremely slowly and the CSS was not loading reliably. You might have to add additional rules, but this should apply to the drop down element.
The stylesheet also has thousands of blank lines it in, which seems strange.
Posted 12 years ago on Friday September 14, 2012 |
Permalink