Hi Qualtrics community? Does anyone know if custom code that enables you to move the grid line values in a slider question closer to the slider itself? I find it so funny that the grid line values are so far away from the actual slider. Thanks!
!
Page 1 / 1
Hi @qualtricsnoob
That Space there is where the text for the question should be if you have multiple statements for thar particular question
With CSS you can reduce it, below you can find the code, it will apply for all sliders, if you just want to use it in a single one, you must put the question ID at the begining
.JFEScope .Skin .q-slider .statement-container {
padding-top: 0px;
padding-bottom: 0px;
That Space there is where the text for the question should be if you have multiple statements for thar particular question
With CSS you can reduce it, below you can find the code, it will apply for all sliders, if you just want to use it in a single one, you must put the question ID at the begining
.JFEScope .Skin .q-slider .statement-container {
padding-top: 0px;
padding-bottom: 0px;
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.