Hi everyone,
I am sorry to ask that question again, but I am completely new to Qualtrics and other answers to similiar questions here could not fix my problem.
I would like to maximize the column width for the first column of my matrix table, which is the one with the items. I use a 5-point Likert scale and while the scale takes 75% of the screen, the items (statements) column is super narrow, resulting in a very long matrix table. I have found some costum codes here, but none of them changed my matrix tables.
Can someone help me, please? Thank you so much in advance.
You could click the option "Position text above".
If that doesn't work for you, I have a formatLikertMatrix function you might be interested in.
Klappstuhl
You can just drag this bar and it should be done.
Hope this helps!
https://community.qualtrics.com/XMcommunity/discussion/comment/50207#Comment_50207Thanks for your reply, but the first option does not really work. Then the matrix looks pretty much like a mess... I will check out the formatLikertMatrix option, thank you.
Deepak : Thanks for answering. Unfortunately, moving the bar does not work. The change is not transferred to the survey preview - I do not know, why.
I'm not a fan of "dragging the bar" because it makes the first column a fixed pixel width that doesn't adjust for screen size. It is one of the primary reasons I created the formatLikertMatrix function in the first place.
A couple of other potential solutions:
- An NPS style matrix (see scaledMatrix)
- Always force accordion mode (see forceAccordion)
Klappstuhl
Try adding this in Custom CSS in look and feel
.Skin .Matrix table td, .Skin .Matrix table th {
width: -webkit-fill-available;
}
Hope this helps!
Deepak I added the code, but now I get an error message saying "sorry, an unecpected error occured. R.15z3dybw.l8oiqpie"
Klappstuhl
The CSS did work for me is there any other CSS or JS included in survey which is overriding this?
Kindly check!
.Skin .Matrix table td, .Skin .Matrix table th {
width: -webkit-fill-available !important;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.