Can I increase the size of the stars and center them?

  • Symbool
    Asked on August 23, 2019 at 4:06 AM

    I have looked thrue the other questions but could not find an answer.... 

    I would like to increase the size of the stars and centre them. 

    Is that possible? tnx!

     

    1566547777Jotform stars increase and cen Screenshot 10

     

  • Victoria_K
    Replied on August 23, 2019 at 4:36 AM

    Hi!

    Please try injecting the following CSS code to your form.

    .form-star-rating > div {

      zoom: 2;

    }

    .form-star-rating {

      width: 100% !important;

    }

    li[data-type="control_rating"] > div {

      text-align: center;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Can I increase the size of the stars and center them? Image 1 Screenshot 20

  • Symbool
    Replied on August 23, 2019 at 5:03 AM

    Thank you Victoria, perfect solution!!!