Image radio buttons widget is not responsive on mobile devices

  • yedidya
    Asked on January 21, 2017 at 6:41 AM

    6. Field “Image Radio Buttons”:

    Images are shown only three instead of five. I tried to play with the display location of the field but did not help at all.

    In Computer:

    מעלית Screenshot 10

    In Mobile:

    מעלית Screenshot 10

     

     

     

    7. Field “Image Radio Buttons”:

    In Computer:

    אמצעי תשלום Screenshot 32

    In Mobile:

    אמצעי תשלום Screenshot 32

  • Welvin Support Team Lead
    Replied on January 21, 2017 at 7:34 AM

    Inject the following custom CSS codes to your form:

    @media screen and (max-width:768px){

    .custom-field-frame {

    width: 100% !important;

    height: 445px !important;

    }

    }

    Adjust the height value if necessary. In most cases, the widget won't need this as it will auto resize itself. But if not, the CSS should help.

    Here's the result:

    Image radio buttons widget is not responsive on mobile devices Image 1 Screenshot 20