Solved
Spacing between questions
Does anybody know of a way to adjust the spacing between questions in a block? Not the entire survey, but just for one of the blocks in the survey!
Thanks,
Best answer by Nazayer
I tried all of the above but it did not work. After checking the API this is what worked for me. I wanted to remove both the top and the bottom padding. I added this in the java script tap of the comments question.
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery(this.getQuestionTextContainer ()).css("padding-top","0px");
jQuery(this.getQuestionTextContainer ()).css("padding-bottom","0px");
});

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
