
Solved
space between two queestion
Hi Can someone provide code to reduce space between two questions as like in below image
!

Best answer by TomG
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();
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.