- Posts: 11
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
It can be done with CSS.If not, is it possible to make different array questions within a group "squish" together, where all of the array questions after the first one lose their instructional header ("most important" / "least important")?
.no-question{border-top:0;} .no-question .question-title-container{display:none;} .no-question .question-valid-container{display:none;} .no-bottom{border-bottom:0;margin-bottom:0;} .no-question .answer-container { padding-top: 0em; padding-bottom: 0.5em; } .no-bottom .answer-container { padding-bottom: 0em} .no-question thead {display:none !important}