Adjust radio column width on certain fields

  • couragerenewal
    Asked on June 9, 2014 at 5:03 PM

    See my survey here: http://www.jotformpro.com/couragerenewal/programsurvey2014

    Issue #1: I want to adjust the column size for radio question but ONLY on ONE question:

        Which category best describes your program?

    I do not want other radio questions to be affected. What custom CSS can I inject to do this?

    Here's the field info.

    ID: #input_60_0, #input_60_1, #input_60_2, #input_60_3, #input_60_4, #input_60_5, #input_60_6, #input_60_7, #input_60_8, #input_60_9, #input_60_10, #other_60, #input_60, Name: {whichCategory}

    Thanks!

  • Mike_T Jotform Support
    Replied on June 9, 2014 at 6:17 PM

    Thank you for contacting us.

    Please try to inject the following CSS to the form:

    #cid_60 .form-radio-item {
    width: 250px !important;
    }

    Where #cid_60 is the field ID and 250px is size in pixels.

    Adjust radio column width on certain fields Image 1 Screenshot 20

    If you need any further assistance, please let us know. We will be happy to help.