'Time' element has viewing issues on form

  • socialeyesphoto
    Asked on October 20, 2019 at 2:26 PM

    Hi, im trying to add a 'Time' element on my form, which uses a time range to display a total duration. However, the user is unable to see their choices after input with the input boxes appearing squished. 

    Help would be appreciated.

    Thanks

    Jotform Thread 2007827 Screenshot
  • AndrewHag
    Replied on October 20, 2019 at 2:41 PM

    Please try the CSS code below:

    li[data-type="control_time"] div .form-sub-label-container{

      position: unset;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

  • socialeyesphoto
    Replied on October 20, 2019 at 2:50 PM

    Perfect. Thanks