Image radio button widget is not displayed correctly in mobile device.

  • CasalSport
    Asked on October 23, 2017 at 5:02 AM

    Hi,

    On this form https://form.jotformeu.com/72573570419360 

    The responsive with the widget Image Radio Buttons doesn't work good, have you a solution ?

  • Ashwin JotForm Support
    Replied on October 23, 2017 at 9:28 AM

    Please inject the following custom css code in your form and that should solve your problem:

    @media only screen and (max-device-width: 480px) {

    #id_28 {

        width: 280px !important;

    }

    #id_31 {

        width: 295px;

    }

    }

    The following guide should help you how to inject custom css code:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

  • CasalSport
    Replied on October 24, 2017 at 4:15 AM

    Ok thank you, it's work :)