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

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

  • 28 May 2021
  • 2 replies
  • 280 views

Badge

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.

icon

Best answer by Mishraji 29 May 2021, 23:54

View original

2 replies

Userlevel 4
Badge +18

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;
}

Badge

Mishraji Thank you! Appreciate your help! :😀

Leave a Reply