How can I make my drop down neater?

  • stream_networks
    Asked on July 27, 2016 at 10:29 AM

    I would like it so that the drop down box does not overhang the background box - hopefully the screenshot explains the issue I am having.

     

     

    Jotform Thread 891668 Screenshot
  • Jan
    Replied on July 27, 2016 at 12:51 PM

    Please insert this custom CSS code to increase the width of the box where the drop down is.

    #cid_17 {
    width: 180px;
    }

    Here's a guide on how to inject custom CSS on the form. Here's the result:

    How can I make my drop down neater? Image 1 Screenshot 20

    Hope that helps. Thank you.