Reduce the width of my dropdown field

  • Samlate
    Asked on February 23, 2017 at 4:32 PM

    Hi,

    I have a problem with the box size of my form. The "Sex" box is way too big. Everytime I reduce it, it reduces also the "Date of birth" box.

    Can you help me with that.

    Thank you.

    Samuel

  • Elton Support Team Lead
    Replied on February 23, 2017 at 8:10 PM

    It is due to the theme you're using. Inject this CSS code to your form to reduce its width.

    div#cid_8 {

        width: 20% !important;

    }

    You can change 20% to your prefernece.

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