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.
!
Page 1 / 1
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");
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");
Hi @Shashi,
this code did nothing in my question, but I realized, that one of element was wider than the screen- size. When I set smaller width, the slider disappears.
this code did nothing in my question, but I realized, that one of element was wider than the screen- size. When I set smaller width, the slider disappears.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.