Is there a way to insert a vertical divider/line in a Matrix question in front of the first column? | XM Community
Skip to main content
Solved

Is there a way to insert a vertical divider/line in a Matrix question in front of the first column?


Forum|alt.badge.img

Hi All,
I am pretty new to Qualtrics and working on developing a survey for a client.
We have several of regular Matrix grid questions in our survey. Could someone please be able to help me with JS for me to be able to insert a new line in front of the first column? basically need to have a vertical line /divider separating the text and the radio buttons.
Could someone please help me with the custom JS for me to be able to achieve this for all of my Questions?
Thanks in advance.

Best answer by Mishraji

Hi ashok_94538,
The following CSS should do the job here. Add it to custom CSS under look and feel:

.Skin .Matrix table th.c1 {
border-right: 1px solid black;
}

View original

Mishraji
Level 4 ●●●●
Forum|alt.badge.img+18
  • Level 4 ●●●●
  • May 29, 2021

Hi ashok_94538,
The following CSS should do the job here. Add it to custom CSS under look and feel:

.Skin .Matrix table th.c1 {
border-right: 1px solid black;
}


Forum|alt.badge.img

Mishraji Thank you! Appreciate your help! :😀


Leave a Reply