Get drop down question on a single line with dropdown to side

  • goffsgpa
    Asked on March 23, 2021 at 8:30 AM

    Hi,


    I have this form and I would like to get the first drop down to appear on a single line with the question without affecting the rest of the form layout. Is that possible with some CSS code? I did try something but as you can see I'm not all that with coding


    input#input_145 {

      max-width: none !important;

    Jotform Thread 2986990 Screenshot
  • Jovanne JotForm Support
    Replied on March 23, 2021 at 10:37 AM

    Hi, thank you for contacting support.

    Are you perhaps referring to make the first dropdown to look like this?
    1616510115 6059fca34e614  Screenshot 10

    If so, please insert this custom CSS code:

    GUIDE: how-to-inject-custom-css-codes

    label#label_145 {
      width: 300px !important;
    }

    Please give it a try and let us know how it goes.

  • goffsgpa
    Replied on March 23, 2021 at 11:34 AM

    great thanks - worked a treat