I've had the registration form working with Classipress theme on a new site for several weeks. I updated Classipress theme to 3.2 yesterday and I've had a few issues to deal with as it has changed the way its default regisration works, but I've got it all set up fine now, except one thing.
In IE and Chrome, the selected value in all the dropdown boxes for the custom fields is always shortened to 5px. In Firefox it is always 208px.
Inspecting the code in FF, one dropdown value is:
<span class="selectBox-label" style="width: 208px;">United Kingdom</span>
In Chrome it is:
<span class="selectBox-label" style="width: 5px;">United Kingdom</span>
The other forms being used such as a contact form which also has a dropdown box works fine in all three browsers. The Classipress template being used on both forms is the same, default template.
Can anyone tell me where this style="width: 5px; or 208px is set or driven from? I think it is within the Gravity Forms html for the form, but I can’t work out where.
Or tell me how to fix this?
Any suggestions very gratefully received.