Slider Label in Mobile Mode | XM Community
Skip to main content
Question

Slider Label in Mobile Mode

  • January 31, 2019
  • 1 reply
  • 34 views

Hi, I have a question with a slider (Constant Sum) that on a mobile device squishes the top axis labels together. The values are in the thousands, so the labels are a bit long. How do I edit the slider question so that slider labels are displayed clearly on a mobile device? Relatedly, is it possible to edit down the number of ticks/axis labels on a slider question? Thanks in advance for your help!

1 reply

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • April 4, 2019
You can reduce the grid lines and add question display logic as if (devicetype=Mobile) and similar question for devicetype!=mobile and later merge the data in one variable.