increase the distance of the stars in the star ratings

  • BASFAPA
    Asked on March 2, 2018 at 4:08 AM

    Hi

    the stars in the star ratings are very closed together, how can I increase the distance? or make the stars bigger? It is not so easy to select the correct one using finger on the mobile phone.

    Thanks

  • tina JotForm Developer
    Replied on March 2, 2018 at 8:07 AM

    Could you please inject the following CSS codes in order to scale the stars?

    How to Inject Custom CSS Codes

    You can check the result from the cloned form:

    https://www.jotform.com/80603654823961

    .form-star-rating {

        transform : scale(1.75,1.75);

    }

    #input_22  {

        margin-left : 70px !important;

    }

    #input_24  {

        margin-left : 30px !important;

    }

    ---->You can customise the scale function values : scale(horizontal_scale_value,vertical_scale_value) .

    The result should look like this:

    1519995803Screen Shot 2018 03 02 at 4 Screenshot 10