Hi All,
I am attempting to add a horizontal line between Severe and Not Applicable on this Matrix table. However, I don't know the code for a horizontal line here:
Hi there, the below CSS should work for to add a divider line to the last row of a Matrix table:<style>
.Matrix table{border-collapse:collapse !important;}
tr.ChoiceRow.bottom{border-top: 2px solid black;}
</style>
Thank you!
Tom_1842 do you maybe know how to add this horizontal line to a specific row in a matrix question?
For example, a matrix q with 4 rows and 3 columns, and I want to add it only after the 2nd row.
Many thanks.
Hi dmus you can approach this by using the Rich Content Editor's HTML/Source view "<>" to update your Question Text with the below:<style type="text/css"> @media (min-width: 481px){.Matrix table{border-collapse:collapse !important;} tbody > tr:nth-child(2){border-bottom: 2px solid black;} } </style>
I am not seeing the CSS code for these. Does anyone know why they no longer appear?
Hello
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.