Solved
A way to change the position of the labels in a slider question?
Hello!
Is there a way to change the position of the labels in a slider question? I would like to change the labels to appear below the actual slider instead of the default way which is above the slider.
Best answer by Anonymous
Hello @GradStudent4 ,
Paste the following code in the js(OnReady) of the "Slider" question:
`jQuery("ul.labels").insertAfter("div.slider-container:last");`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
