How to hide drop down labels to reduce fields spacing

  • tycoprinting
    Asked on September 25, 2016 at 2:06 PM

    We have a form at https://form.jotform.com/62674197430157 

    We set the line spacing so that the lines are closer together but for some reason it's only working for text boxes and not drop downs.  IS there a separate spacing so the line spacing is equal between fields?

     

    Thank you.

  • Mike
    Replied on September 25, 2016 at 4:23 PM

    It seems that the form is trying to display a blank drop down label. If you would like to hide labels from the drop down fields you can add the next CSS.

    [data-type="control_dropdown"] label{
    display: none !important;
    }

    How to hide drop down labels to reduce fields spacing Image 1 Screenshot 20

    If you need any further assistance, please let us know.