reduce space between statements in matrix question type | XM Community
Skip to main content

is there a way to reduce space between 2 statements in a matrix question type
111.PNG

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