How to make the Radio Option Label in one line only and Right Aligned

  • gemai
    Asked on 2015. november 3. 21:36
    In my first radio button field, the label is quite long: 'Do you have...?'. I'd like to move the options to the right and maybe have the question in one line. Is it possible such a thing?
  • jonathan
    Replied on 2015. november 3. 22:02

    Please add this CSS code to your jotform http://www.jotform.com/53057962713863  using the Form Designer

    How to make the Radio Option Label in one line only and Right Aligned Image 1 Screenshot 30

     

    #label_1 {

        width : 350px !important;

        margin-right : 60px !important;

        float : right;

    }

     

    #cid_1 span.form-radio-item {

        width : 100px !important;

    }

     

    So it should now look like this

     

    How to make the Radio Option Label in one line only and Right Aligned Image 2 Screenshot 41

     

    Let us know if this did not work.