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

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.

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


Mishraji Thank you! Appreciate your help! :😀


Leave a Reply