How to increase the size of the Star Rating field and make it centered on the form?

  • acutech
    Asked on June 18, 2018 at 1:49 PM

    I would like to center the star rating on this form and make them quite a bit larger (maybe twice the current size).

  • Mike_G JotForm Support
    Replied on June 18, 2018 at 2:53 PM

    You can achieve that by injecting the following CSS codes to your form — How-to-Inject-Custom-CSS-Codes

    div#cid_54 {

        width: 120px !important;

        margin: auto !important;

    }

    .form-star-rating {

        transform: scale(1.5,1.5) !important;

        margin-left: 25px !important;

    }

    1529348001t14 51 55 Screenshot 10

    I hope this helps. if you have other questions or concerns, please do not hesitate to let us know.