How do I left align shrunken dropdown boxes?

  • andybose
    Asked on July 2, 2014 at 7:59 AM

    All of my dropdown boxes were neatly left aligned top to bottom of the form. Then I shrunk two of them so they were side by side. Want the left one to left align with the dropdown boxes above and below it. How do I move the left dropdown so it left aligns will those above/below it?

  • KadeJM
    Replied on July 2, 2014 at 9:54 AM

    I see you have 2 forms on your account so I took a glance at them, but I am wondering if it is one of those forms you are having this issue on?

    Anyhow, The shrink field option is actually going to offset this hence the problem you are having. You can change the field label alignment which should resolve your issue.

    Demo Form for Live Comparison: http://form.jotform.us/form/41815766404154

    Screenshot of Live Demo Result:

    How do I left align shrunken dropdown boxes? Image 1 Screenshot 20

  • andybose
    Replied on July 2, 2014 at 10:03 AM

    This question is on my spray records form. Wind question about 2/3 the way down. I want the left side of the drop down box to align with the left side of the dropdown boxes above and below it.

  • Carina
    Replied on July 2, 2014 at 11:58 AM

    I removed the text field with the "wind" text and added a label to the dropdown menu. 

    I inserted the css code in order to reduce the size of the label of mph:

    label[for="input_13"]

    { width: 0px !important;}

    You can check and clone the test form:

    http://form.jotformpro.com/form/41824801489965?

    Let us know if further support is needed.