Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #185391

    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

    #185393

    Hey Paulo!

    Add this code to the Quick CSS:

    .gform_body select {
        width: 100% !important;
    }

    Result:

    Cheers!
    Josue

    #185398

    Hi Josue,

    Wow! That’s was fast! Working. Many thanks.

    []s
    paulo

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Gravity Form using Multi Select Standard Field with Large Field Size’ is closed to new replies.