Minimizing Slider so that choice sentence can be longer | XM Community
Skip to main content
Solved

Minimizing Slider so that choice sentence can be longer

  • October 3, 2019
  • 1 reply
  • 12 views

mjay
Because the slider is displayed quite big in the slider questions, my choices (which are full sentences) appear in 3+ rows. Can I change the scale of the slider / the length of my type field for choices?

Best answer by fleb

Hi , I think you can use your custom CSS. Something like: `.Slider .BarOuter{width:50px!important;}` Put ID of your question before this notation in vase you want to modify just one question (e.g.: `#QID3`).

1 reply

fleb
Level 3 ●●●
Forum|alt.badge.img+6
  • Level 3 ●●●
  • 197 replies
  • Answer
  • October 9, 2019
Hi , I think you can use your custom CSS. Something like: `.Slider .BarOuter{width:50px!important;}` Put ID of your question before this notation in vase you want to modify just one question (e.g.: `#QID3`).