is there a way to reduce space between 2 statements in a matrix question type
Page 1 / 1
You can try the below code but the space is because we are using essay type text entry box, hence its height is maintained throughout the row
jQuery(".SBSMatrix th , .QuestionBody , .InputText").css("padding","0px");
jQuery(".ChoiceStructure").css("border-spacing","0px");
hi rondev, thank you for your response. you are right, the spacing was because of essay type comment box.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.