
Solved
Spacing between slider and labels
I am trying to decrease the space between the slider scale and the labels at each end, as there is a significant amount of space, which makes the relationship between the slider and the labels unclear to the respondent. Does anyone have any suggestions? Below is a screenshot of what the slider currently looks like for reference. Thanks.
!

Best answer by PraDeepKotian_XM
Hi @MauroUsabilitySci ,
To decrease the space between the slider and and the labels you can add below code in the custom css.
<style type="text/css">
.JFEScope .Skin .q-slider .statement-container { display: none; }
</style>
Note: Here I assume you are not considering any choice labels.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


