Slider height adjust | XM Community
Skip to main content
Hi everyone!

I have a survey with a slider question. The next button appears when all elements are matched to the respective prices. Is there a way to adjust the height so that the entire slider is visible in 1 page. Currently, users have to scroll to look at the full slider. Many thanks!
There are spaces above and below in question text, so remove those spaces.



Try the bellow code in the JS



jQuery(".statement").css("padding-bottom","35px");

jQuery(".QuestionText , .QuestionBody , .slider-container").css("padding","0px");

jQuery("td.BarOuter").css("padding-bottom", "0px");



As there are 5 sliders, it is difficult to remove scroll, but the above code will reduce scrolling. Also to get the actual scroll length, please test it using anonymous link, as preview link has some tabs at top.
Thank you @rondev . It does not reduce the space significantly, even after I have used a simpler theme. Is there a possibility of pushing the "item $x" text to the left as shown during survey creation.

Leave a Reply