@Shashi
This is non mobile friendly view. The choices do not align with the sliders and instead appear down.
For point 1, is there a way to totally disable the numerical values? The give a very messy impact by being on the slider.
> @R_I said:
>
@Shashi
>
> This is non mobile friendly view. The choices do not align with the sliders and instead appear down. - `Please check if you have ant HTML, CSS attached with the statements of the slider`
> For point 1, is there a way to totally disable the numerical values? The give a very messy impact by being on the slider. - `If you want to remove the numbers from slider question then paste the below code in the js(OnReady) of the question`
jQuery("#"+this.questionId+" .xlabel").hide();