Star rating field: Increase the image size inside of the field properties

  • livro.ca
    Asked on January 28, 2018 at 8:21 PM

    any way to make the star rating system much bigger and responsive for mobile?

  • BJoanna
    Replied on January 29, 2018 at 4:59 AM

    It is currently possible to increase the size of the star rating field only with the CSS. You can add this CSS code to your form to increase the size of stars: 

    .form-star-rating {

        transform : scale(1.5,1.5);

    }

    How to Inject Custom CSS Codes

    I will also raise your request to our developers. However, we can not give you the exact time when and if this will be implemented. If there is any update we will inform you via this thread. 


  • livro.ca
    Replied on January 29, 2018 at 6:56 AM

    Hi, I just tried this verbatim... didn't work

  • aubreybourke
    Replied on January 29, 2018 at 10:16 AM

    You can try this code:

    .form-star-rating {

        transform : scale(1.5,1.5) !important;

        margin-left: 25px !important;

    }

    How to Inject Custom CSS Codes

    #Before

    1517238953The Easiest Online Form Builde Screenshot 10

    #After

    1517238968The Easiest Online Form Builde Screenshot 21