Is there a way to make the single and multiple choice select buttons larger?

  • maserafi
    Asked on June 6, 2019 at 11:44 AM
    If I may ask another question....is there a way to make the single and multiple choice select buttons larger? We have older members and they may be to small.
  • Jed_C
    Replied on June 6, 2019 at 11:54 AM

    If you want to increase radio and checkbox button size, you can inject the css code below.

    .form-radio, .form-checkbox {

        transform: scale(2);

        height: 40px;

        margin-right: 10px;

        margin-top: -10px;

    }

    If you want it to apply on mobile view only, you can inject the code below.

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

    .form-radio, .form-checkbox {

        transform: scale(2);

        height: 40px;

        margin-right: 10px;

        margin-top: -10px;

    }

    }

    1559836392radio button size Screenshot 10

    I hope that helps. Let us know if you have any questions or if you need further assistance. 

     
  • maserafi
    Replied on June 6, 2019 at 6:43 PM
    Thank you. This helped.
    If we could open a different thread for another question...in the iframe section I’m linking to a google sheet. Is there a way to modify the refresh interval for the data displayed?

    ...
  • jonathan
    Replied on June 6, 2019 at 8:27 PM

    We will resolve the other question in the next thread https://www.jotform.com/answers/1849063