The radio buttons are getting cut off on the right hand side on iPhone 6S

  • Clintluna
    Asked on August 13, 2018 at 2:12 AM

    On my mobile (Iphone 6s) the radio buttons are getting cut off on the right hand side....The Basic/Full and then the Low/Medium/High buttons are. How could I fix this?


    Thanks

  • Kiran Support Team Lead
    Replied on August 13, 2018 at 2:28 AM

    Please add the following CSS code to your JotForm so that the buttons should be displayed properly on mobile devices.

    @media screen and (min-width: 10px) and (max-width: 540px){

    #cid_137 .form-single-column, #cid_138 .form-single-column {

    width: inherit;

    }

    }

    Please get back to us if you need any further assistance. We will be happy to help. 

  • Clintluna
    Replied on August 13, 2018 at 1:57 PM

    That worked great thanks!