Frame Around Radio Button

  • adamshine
    Asked on April 25, 2019 at 4:20 PM

    For some reason in our forms when there is radio button selections the box around the items doesn't fit even though it used to.  Please look at the screen shot and tell me how to fix it.


    Thanks,

    Adam

    Jotform Thread 1804246 Screenshot
  • Mike_G JotForm Support
    Replied on April 25, 2019 at 5:59 PM

    To fix the issue, please inject the custom CSS codes to your form.

    .form-single-column, .form-multiple-column {

        min-height: 75px !important;

    }

    1556229435t17 53 49 Screenshot 10

    I hope this helps. If you have other questions or concerns, please do not hesitate to let us know.

  • adamshine
    Replied on April 25, 2019 at 9:11 PM

    It worked on that form, however I have another form that it won't work on.  The other form can be found here...https://form.jotform.com/91147670487162


    Please tell me why it works with one and not the other.


    Thanks,

    adam 

  • Kiran Support Team Lead
    Replied on April 26, 2019 at 12:58 AM

    Please add the following CSS code to the form to display the radio buttons correctly.

    [data-type="control_radio"] .form-input-wide {

        display: grid;

    }


    Thanks!