Tagged: gravityforms
Hello,
I was using Gravity Forms and when I’ve tried to show a form using the Multi Select Standard Field with a Large Field Size, the box around the options is staying small. If I use the Preview option in GF, all the fields are Large.
I’ve done a clean test install to isolate the problem. It is published here: http://stg.tornatequemtues.com/?page_id=9
I’m running with all the latest versions: wp 3.7.1, gf 1.7.11, enfold 2.4.2.
Could you please take a look on it? Is this something that can be fixed with some css workaround on enfold?
Thanks
paulo
Hey Paulo!
Add this code to the Quick CSS:
.gform_body select {
width: 100% !important;
}
Result:
Cheers!
Josue
Hi Josue,
Wow! That’s was fast! Working. Many thanks.
[]s
paulo