space between two queestion | XM Community
Skip to main content
Hi Can someone provide code to reduce space between two questions as like in below image !
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(); ```