Can I control the spacing between elements in the scale field type?

  • JohnReaves
    Asked on October 14, 2017 at 8:12 PM

    The radio buttons are shifted to the right, which looks very awkward.

    1508026255survey spacing Screenshot 10

  • Jan
    Replied on October 14, 2017 at 9:42 PM

    My understanding is that the radio buttons are not aligned properly with the rating value (1-8). If that is correct, then please insert this CSS code to fix it:

    .form-scale-table td {
    padding-left: 6px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    150803118610 15 94uce Screenshot 10

    Hope that helps. If you are referring to a different issue, please let us know so that we can further assist you. Thank you.

  • JohnReaves
    Replied on October 14, 2017 at 9:50 PM

    Great, thank you!