My dropdwon is not showing properly

  • ccureslife
    Asked on December 14, 2017 at 11:56 AM

    For some reason my dropdown box isn't showing up correctly. The dropdown options show up fine but it will not show the chose you selected because it's too narrow in the display area. The

    Jotform Thread 1323505 Screenshot
  • Richie JotForm Support
    Replied on December 14, 2017 at 12:22 PM

    You can add this css code to fix the issue.

     #input_8{
      width:50px !important;
    }

    Here is a screenshot on the corrected output.My dropdwon is not showing properly Image 1 Screenshot 20


    A guide on how to insert custom css in your form. How-to-Inject-Custom-CSS-Codes


    Please let us know if we can be of further assistance.