Hi, I'm trying to change (decrease and increase) the spacings between the scale points in a matrix likert scale. Does anyone know how that works?
There are a few of different things that impact it:
- The width of the statement column
- The width attribute of the cells in the tr.answers row
- The left/right padding of the cells the tr.answers row
- The font size of the text in those cells
To change spacing in Qualtrics Likert scale matrix: Edit the question, go to "Customize," adjust "Vertical" and "Horizontal Spacing." Save changes.
The easiest way would be to change it’s width using ‘%’ operator to maintain it throughout devices or any device like below:
jQuery('.c4').css('width','5%')
To change spacing in Qualtrics Likert scale matrix: Edit the question, go to "Customize," adjust "Vertical" and "Horizontal Spacing." Save changes.
Where do you find “Customize”? Could you perhaps show with a print screen? I can’t seem to find it. Thanks!
To change spacing in Qualtrics Likert scale matrix: Edit the question, go to "Customize," adjust "Vertical" and "Horizontal Spacing." Save changes.
Where do you find “Customize”? Could you perhaps show with a print screen? I can’t seem to find it. Thanks!
Tagging
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.