- Posts: 25
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
You should be able to force them into columns with CSS. Something like this (for the default template):I don't see a chance of more than one column in the ranking question, too.
.dragDropChoices li { display: block; float: left; width: 40%; clear: none !important; }
.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li { float: left; clear:none; margin: 0; padding: 0.8em 1em; width: 25%; box-sizing: border-box; }