Slider bar labels covering bar | XM Community
Solved

Slider bar labels covering bar

  • 13 June 2021
  • 3 replies
  • 19 views

Badge

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

icon

Best answer by ahmedA 13 June 2021, 18:59

View original

3 replies

Userlevel 7
Badge +21

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

Badge

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.

Userlevel 7
Badge +21

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

.

Leave a Reply