Hi all,
I have a dual matrix question with additional vertical lines for visual separation (see image below, see also code which I copy and pasted from somewhere to get the vertical lines). With the additional vertical lines, the columns separating the different parts of the question are no longer necessary and I would like to remove them (marked in yellow). My CSS skills are not sufficient to do this. Any helps would be appreciated
![:) :)](/media/kunena/emoticons/1.png)
Best wishes
Mark
CSS:
td.noanswer-item, th.noanswer-text, th.header_no_answer, td.header_separator {
border-left: 3px solid #777 !important;
}
td.rigth_separator {
border-left: inherit !important;
}
.header_row td:nth-of-type(4) {
border-left: inherit !important;
}