How can I keep Other option in check box from dropping down to the next line?

  • NathanD
    Asked on May 12, 2016 at 1:23 PM

    When I turn on the allow other option it puts it bellow the other check boxes and not beside them. I have the check boxes set to 3 column. I would like for the other option to be up next to the other two check boxes like this.

    Any help would be greatly appreciated!

    Jotform Thread 837827 Screenshot
  • Welvin Support Team Lead
    Replied on May 12, 2016 at 2:27 PM

    Try to inject the following custom CSS codes to your form:

    .form-checkbox-item:last-child {

        clear: none !important;

    }

    Here's how you can do that: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Make sure that if you have three (3) options, you set the columns to 3 as well:

    How can I keep Other option in check box from dropping down to the next line? Image 1 Screenshot 20

  • NathanD
    Replied on May 12, 2016 at 2:30 PM

    Thank you! Worked perfectly.