
Solved
How to remove "slider" from the bottom of a descriptive text?
Hi all,
first question of my survey is a descriptive text question containing few paragraphs of text and an image. In a mobile preview there appears a slider bellow this question even though neither the image nor the text itself don't exceed the width of the "device screen". Would anyone know how to get rid of this "slider"? I've tried to modify ` max-width` of `.QuestionOuter`, `.Questions`, `.QuestionText` or `.InnerInner` using `%` or `vw`, but this didn't help.
!

Best answer by Anonymous
Hello @Fleb ,
If you can see the question text without scroll then paste the below code in the js(OnReady) of the question:
jQuery("#"+this.questionId+" .QuestionBody" ).css("overflow-x","hidden");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
