Drop down box changes size when viewed in different platforms

  • jbefooty
    Asked on October 27, 2017 at 5:57 AM
    Is it possible for the dropdown box to remain exactly the same size whethher viwed on mobile or on laptop screen ??
  • Kiran Support Team Lead
    Replied on October 27, 2017 at 9:37 AM

    As I check your JotForm, I see that the drop-down menu in the Input table is displaying the same size. However, the drop-down 'Click on your name in box' is changing the size. 

    150911138327102017 184913 Screenshot 10

    If you are referring to this drop-down, please inject the following CSS code to the form.

    #input_22 {

      width: 150px !important;

    }

    Hope this information helps! Let us know if you are referring something different. We will be happy to assist.