Slider bar labels covering bar | XM Community
Skip to main content
Solved

Slider bar labels covering bar


Forum|alt.badge.img

I am trying to ask a simple question using a slider bar. The question contains only one statement (which I've made blank). I would like to show the grid lines/number labels ranging from 0 to 10. However, for some reason the numbers seem to be positioned incorrectly. They are covered by the bar. I haven't added any JS or CSS code to these questions. Is there anything I can do to have the number labels sit either on top or below of the bar? I didn't have this problem until I changed the layout to "flat."
Screen Shot 2021-06-12 at 10.55.08 PM.png

Best answer by ahmedA

This is happening because you are using a space in your choice. Either enable mobile friendly or change it to

.

View original

3 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2028 replies
  • Answer
  • June 13, 2021

This is happening because you are using a space in your choice. Either enable mobile friendly or change it to

.


Forum|alt.badge.img
  • Author
  • 2 replies
  • June 13, 2021

Thank you, this seems to work. For some reason, when I put this code in, it then automatically deletes the 1 statement that is there and the bar goes away. But it looks like I'm able to then add the erased statement back in.


Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2028 replies
  • June 13, 2021

That's because
stands for line break. The system interprets it as empty space and hence assumes you want to delete it.


Leave a Reply