How can I get my three radio buttons to simply fit in one row with appropriate space between the button and its title and between columns?

  • learningmindsets
    Asked on August 13, 2015 at 11:50 AM

    I attach a screen shot--if necessary I can expand the text box width of the other fields somewhat to accommodate a long check box line.  I can get the two labeled buttons on the line but the 'Other' button does not go up there no matter how wide I make my text fields.  They are currently at 300.

     

    THanks-

    Tim

    Jotform Thread 637643 Screenshot
  • Kiran Support Team Lead
    Replied on August 13, 2015 at 1:33 PM

    Please inject the following CSS code to your JotForm to move the other text box to align with radio buttons on the same line. 

    .form-radio-item {

        clear : none !important;

    }

    #input_19 {

        width: 80px;

    }

    Inject this code should display the radio buttons as below 

    How can I get my three radio buttons to simply fit in one row with appropriate space between the button and its title and between columns? Image 1 Screenshot 20

    Hope this information helps!