Solved
Position of labels to flank slider
I have a slider question that has 22 items. Is there a way to have the 2 labels "bookend" each item on the left and right as anchor text for each item?
Best answer by Anonymous
Hello @TempleResearcher ,
Create two labels using Slider- Label option and paste the following code in the js(OnReady) of the Slider question
`jQuery("ul.labels").insertAfter(".statement-container");`
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.