- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { var qID = {QID}; $('#question'+qID+' .subquestions-list col').css({ 'width':'auto' }); $('#question'+qID+' .subquestions-list thead td').css({ 'width':'75%' }); $('#question'+qID+' .subquestions-list thead th:eq(0)').css({ 'width':'25%' }); $('#question'+qID+' .subquestions-list input[type="text"]').css({ 'width':'90%' }); }); </script>
Please Log in to join the conversation.
No, there are many threads about column width that are newer.I have seen countless threads (many of them more than 9 years old) and was unable to make them work.
Please Log in to join the conversation.
your first approach is correct.
Here you see a setting of 75(%)
Please Log in to join the conversation.
Therefore:I'm still fairly new to Limesurvey.
Please Log in to join the conversation.