I've seen a few posts on here discussing how to change the borders of array questions, but they all involve editing templates. I don't need to change all the borders on all of the arrays in my survey. Rather, only one of my arrays needs one thick black horizontal border separating two subquestions in the middle of the array. Is there something I can add to the source of the subquestion without delving into the template to make this change? I use Version 2.50+160901.
I think, to accommodate responsiveness, you need to insert a new row and some styles for various screen widths.
Add something like this to the question source. Note that the index for the "tr.radio-list:eq(2)" selector starts at 0, so this example will insert the new row before row-3.
So...weird thing happened. I added your code to two different questions, previewed them, and they looked fine. However, when I take the survey, one of the questions works as previewed, but the other shows the bar back before row 3, when it should be before row 6 and I changed the last piece of code to read $(insertedRow).insertBefore('tr.radio-list:eq(5). Any idea why there might be this discrepancy?
Here you go:
survey2.barbaricum.com/index.php/337312?lang=en
. I suspect it has something to do with the fact that the first question shares a group with other questions, while the second question does not.