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();
```