Where do you change the option for the space between text and dropdown menu?

  • trigonometrycode
    Asked on May 30, 2016 at 10:18 AM

    Hello,

    I have a form that I am using that has dropdown menu's and I would like to know how to change the space between the text and the dropdown menu. I know about the "Top", "Right", "Left" etc... options, but I would like to change it VIA either by the CSS value or any other available option. Please let me know how to do this, if it's possible. Attached is a screenshot of what I am referring to.

     

    Thank you,

    Robert

    Jotform Thread 849836 Screenshot
  • Jan
    Replied on May 30, 2016 at 11:54 AM

    You can change the width of the label so that the drop down will get closer or farther to the label. Here's the CSS code:

    #label_7 {
     width: 100px !important;
    }

    Here's a guide on how to inject custom CSS. By default, it is set to 200px.

    Hope that helps. Thank you.