- Posts: 162
- Thank you received: 14
Ask the community, share ideas, and connect with other LimeSurvey users!
<!-- before --> <ul id="sortable-rank-{{qId}}" class="sortable-rank sortable-list list-group"> <li class="hidden ls-remove"></li> </ul> <!-- after --> <ol id="sortable-rank-{{qId}}" class="sortable-rank sortable-list list-group"> <li class="hidden ls-remove"></li> </ol>
<style type="text/css">#sortable-rank-2049 { padding-left: 2rem; } #sortable-rank-2049 .list-group-item { display: list-item; } </style>
I'm happy to see a screenshot ?teracomp wrote: then modified the css for the question by injecting this code: