Move grid lines value closer to slider | XM Community
Skip to main content
Question

Move grid lines value closer to slider

  • March 11, 2019
  • 1 reply
  • 41 views

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! !

1 reply

ana_velez
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • March 13, 2019
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;