Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #475195

    Hello-
    I’m using Enfold theme 3.2.3 on WordPress 4.2.2. I have Gravity Forms (Version 1.9.12.1 ) installed. The Time Field does not display with enough room to show the numbers. Here is the page where the issue appears http://5planetsocials.com/get-started/ in both the main page and the sidebar areas.
    In one forum I found that an older version of Enfold and Gravity Forms had that issue so I updated to the above versions. The issue still occurs.

    Thanks!

    #475443

    Hi Pcarran83!

    You can use the below css in your custom css section in order to adjust the width of the time field:

    #top .gform_wrapper .gfield_time_minute input {
      width: 100% !important;
    }

    The original width is set to 80%.

    Best regards,
    Dake

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.