When using the matrix table, how can I make it so each item is default expanded for the Likert style on mobile? | XM Community
Skip to main content
Question

When using the matrix table, how can I make it so each item is default expanded for the Likert style on mobile?

  • June 17, 2023
  • 1 reply
  • 76 views

Forum|alt.badge.img+1

Currently, when using a matrix table the mobile friendly view has the first item default expanded and the other items default collapsed. I’d like to add custom CSS that makes all items for this question type default expanded on mobile view.

1 reply

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • June 18, 2023

@kokwudili 

Include the below CSS in look and feel. It will make it permanently expanded.

.q-matrix.mobile tr{
height: max-content !important;
}