How do I make the scale rating bigger.

  • wsoc2015
    Asked on January 28, 2016 at 8:38 AM

    I want to center and make the radio button bigger. They are very small on a cell phone. Plus, i would like the type bigger. I guess I just want to make the entire thing bigger. I have tried pasting code in that I found, but it did nothing. I have no idea where to paste it. 

  • Welvin Support Team Lead
    Replied on January 28, 2016 at 10:57 AM

    Inject the following custom CSS codes to your form to make the text bigger:

    .form-scale-table {

        font-size: 20px;

    }

    Just change the size to your preference. Here's how to inject teh codes to your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Please add it to the bottom part.

  • wsoc2015
    Replied on January 28, 2016 at 5:45 PM
    It worked now how you I make it wider and center it
    Joe Lowers
    255 East Flamingo Road
    Las Vegas, NV 89169
    702 205-9050
    joe@theworldseriesofcomedy.com
    *http://theworldseriesofcomedy.com* /






    Join the WSOC Email List

    ...
  • wsoc2015
    Replied on January 28, 2016 at 5:45 PM
    Also how do I make the radio buttons bigger?
    Joe Lowers

    255 East Flamingo Road
    Las Vegas, NV 89169
    702 205-9050
    joe@theworldseriesofcomedy.com
    *http://theworldseriesofcomedy.com* /






    Join the WSOC Email List

    ...
  • Charlie
    Replied on January 29, 2016 at 1:28 AM

    I see you have a custom CSS code but the CSS selector form-radio is missing a "." on it.

    It should be:

    .form-radio {

    height : 35px;

    width : 35px;

    }

    .form-scale-table {

    font-size: 40px;

    }

    You can paste or edit your custom CSS in your CSS tab in the form designer tool.

    How do I make the scale rating bigger Screenshot 20

     

    I see that the length and size of the scale seems to fit the form. Should you still want to make it wider? Do let us know if you need more information on this.

  • wsoc2015
    Replied on February 2, 2016 at 9:45 AM
    Thanks so much this worked great for me.
    Joe Lowers
    255 East Flamingo Road
    Las Vegas, NV 89169
    702 205-9050
    joe@theworldseriesofcomedy.com
    *http://theworldseriesofcomedy.com* /






    Join the WSOC Email List

    ...