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

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

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

.


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.


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