How to enlarge radio buttons on form?

  • draehpour
    Asked on August 19, 2019 at 6:40 PM

    enlarge radio buttons on form

  • John Support Team Lead
    Replied on August 19, 2019 at 7:43 PM

    If you're referring to this form: 92034425911148, I can see that you already managed to inject custom CSS code to modify the size of the radio buttons:

    How to enlarge radio buttons on form? Image 10

    But you can also try this code below:

    .form-radio{

      height: 50px;

      width:80px;

    }

    Please try replacing the previous code with this one and see if it achieves the requirement. Here's how it looks on my end when implemented:

    15662581971932396 2 Screenshot 21