Why other radio field is not shownig properly when viewed on mobile device?

  • markd502
    Asked on August 13, 2018 at 2:53 PM

    My mobile form has some alignment issues and I haven't been able to discover any way of fixing them.

    https://www.screencast.com/t/XdL7tvhO

  • Nik_C
    Replied on August 13, 2018 at 4:02 PM

    I inserted the below CSS code to your Custom CSS Field:

    input#input_100 {

        width: 120px!important;

        margin-left: -2%!important;

    }

    That should fix the issue with that field not showing properly.

    1534190520Screen Shot 2018 08 13 at 10 Screenshot 10

    Please check and let us know how it worked.

    Thank you!