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.
Solved
Is there a way to insert a vertical divider/line in a Matrix question in front of the first column?
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;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.