Scale Rating Question - numbers off centered

  • rberlinconsulting
    Asked on May 8, 2024 at 5:23 PM

    At the bottom of page 4, I have a scale rating question with options 1 - 4. There are two weird formatting things: 1) the numbers inside of the circle are far to the right instead of in the center, and 2) the words for the scale on the low end wrap, so the two words are stacked, but the words on the high end of the scale do not wrap. I'd like them to be the same.



    Jotform Thread 14685841 Screenshot
  • William JotForm Support
    Replied on May 8, 2024 at 9:43 PM

    Hi Ryan,

    Thanks for reaching out to Jotform Support. You can add this at the bottom of your injected CSS codes to make the field center the number display, as well as remove the wrapping of the sub-label:

    .rating-item label {
    padding-left: 0 !important;
    }
    .rating-item-title {
    white-space: nowrap !important;
    }


    You can check out this guide if you need to review how to inject CSS codes.

    Let us know if you have questions or need more help.

 
Your Answer