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

reduce space between statements in matrix question type

  • June 2, 2020
  • 2 replies
  • 164 views

Forum|alt.badge.img+1

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

2 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • June 2, 2020

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");


Forum|alt.badge.img+1
  • Author
  • June 3, 2020

hi rondev, thank you for your response. you are right, the spacing was because of essay type comment box.