Increasing width of matrix statement - simple layout | XM Community
Skip to main content

Hi, I am trying to increase the width of the statements in a matrix - the survey is in the Simple layout. For some reason, manually dragging the statement width isn’t working in this layout (but is working in different layouts) and the code I’ve tried hasn’t worked either. Is there a way to increase the width in the Simple layout? Thank you!

 

 

Use below css in look and feel → Style → Custom CSS (edit) option:

.matrix .matrix-table .matrix-content{
grid-template-columns:minmax(6.25rem, 1fr) 1fr;
}

 


@rondev This worked perfectly, thank you so much!


Leave a Reply