Hi Can someone provide code to reduce space between two questions as like in below image
!
Page 1 / 1
It is kind of tough to tell without actually seeing the survey and being able to inspect it. You can start by adding this JS to the second question:
```
jQuery("#"+this.questionId+" .QuestionText").hide();
```
```
jQuery("#"+this.questionId+" .QuestionText").hide();
```
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.