- Posts: 26
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Advanced Settings : Repeat Headeris it possible to repeat scale labels e.x. halfway through this array?
<style type="text/css">table > thead > tr > th, .table > thead > tr > th, table > tbody > tr > th, .table > tbody > tr > th, table > tfoot > tr > th, .table > tfoot > tr > th, table > thead > tr > td, .table > thead > tr > td, table > tbody > tr > td, .table > tbody > tr > td, table > tfoot > tr > td, .table > tfoot > tr > td { border: 1px solid #AAA; </style>
@media only screen and (min-width: 768px) { .table-dual-scale .answertext { border-right: 20px solid #FFFFFF !important; } .table-dual-scale .separator { width: 2%; } .table-dual-scale td.header_separator, .table-dual-scale td.dual_scale_separator { background-color: #FFFFFF !important; padding-left: !important; padding-right: !important; } }