Rating 1-10 section is cutoff on portrait orientation on cell phone

  • mikelnewman
    Asked on August 15, 2019 at 2:57 PM

    When I use the radio buttons for rating something from 1-10, anything above a 5 gets cut off of view on the portrait orientation on a cell phone.  

    How to I fix this so that way it shows all 10 buttons from left to right?

  • Richie JotForm Support
    Replied on August 15, 2019 at 3:29 PM

    You may try this custom CSS code to make your scale rating mobile responsive.

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

    .form-scale-table th, .form-scale-table td {

        padding: 2px .1px;


    }

    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.

  • mikelnewman
    Replied on August 15, 2019 at 4:47 PM

    I just tried it and it's better but it cuts off at the "8" rating instead of 5.