How do I force the 'other' radio field to the bottom of the second column?

  • Haler
    Asked on December 19, 2014 at 1:50 PM

    ·         I have a radio button scheme of six in two columns, the last is an other,with fill-in.  How do I force it to right at the bottom col. 2 instead of propagating to the bottom of column 1?  

    I need to conserve the vertical space.

    http://www.jotform.com//?formID=43398844145161#design

  • Ben
    Replied on December 19, 2014 at 3:13 PM

    Hi,

    To do that you should add this code to your jotform:

    .form-multiple-column span:last-child {
        clear: none !important;
    }

    Once you do, it should fall in line under the "Inevitable" option.

    You can add the code through the Form Designer or follow these steps to inject it to your jotform.

    Do let us know how it goes.

    Best Regards,
    Ben