How can I get my spinner questions to display correctly on the form?

  • MLeyko
    Asked on August 21, 2015 at 2:45 PM

    Hello,

     

    I have a JotForm on our website where I used "spinner" questions. When I look at the form to be completed, the spinner questions are displayed with the numbers half cutoff. Is this an issue with my web browser, or is there another issue? Ideally, I do not want our potential clients to see it this way.  Any help that you could share about remedying this issue would be greatly appreciated.  

    Jotform Thread 645126 Screenshot
  • David JotForm Support
    Replied on August 21, 2015 at 3:51 PM

    Hi,

    Try adding this code to your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-spinner-input{
        height: 20px !important;
    }

    It looks like the height of the spinner input is being changed somewhere to a value to low.  This will adjust it to be able to be seen fully.

    If you have any further questions, let us know and we will be happy to help.