- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ var thisQuestion = $('#question{QID}') // Modify some Bootstrap classes $('.answers-list, .answer-item.text-item', thisQuestion).removeClass('col-sm-6'); $('.answer-item.radio-item', thisQuestion).addClass('col-xs-12 col-sm-3'); }); </script>
<style type="text/css" data-author="Tony Partner"> #question{QID} .radio-list li { margin-right: 0; clear: none; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.