Can anyone share the custom CSS code that will remove the white space between the section header (question) and statements (rating labels) in a standard likert matrix table? I appreciate any help you can provide.
Page 1 / 1
Try using below code in the onReady function of the matrix question:
jQuery("#"+this.questionId+" .QuestionText ").css("padding-bottom","0px");
jQuery("#"+this.questionId+" tr.Answers th").css("padding-top","0px");
Thanks, Sashi! I tried pasting this code exactly as shown above but it did not remove the whitespace. Am I missing a step? I appreciate your help.
Can you highlight using a screenshot on which white space you want to remove?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.