Increase Radio Buttons' Scale?

  • peteneonakis
    Asked on March 31, 2021 at 10:49 AM

    Hello,

    Some of my older consultants are having an issue with the 1-5 scale buttons on my form.

    They say the buttons are too small and you have to click exactly on them to choose.

    Is there a way to make them bigger - for people who's eyesight isn't so good?

    Thanks!

    Jotform Thread 3006376 Screenshot
  • Anthony_Evans
    Replied on March 31, 2021 at 4:00 PM

    Hello peteneonakis,

    To increase the size of the buttons, please inject this custom css:

    .form-radio {
     transform: scale(1.89);
    }


    1617220663 6064d4378fd04 chrome uLdmAKFe Screenshot 10

    Please let us know if there's anything else we can help you with!