- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<style> div.answers th.answertext { width:35% !important; } </style>
<script type="text/javascript" charset="utf-8"> alert("Test!"); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('head').append('<style type="text/css">\ div.answers th.answertext {\ width:35% !important;\ }\ </style>'); }); </script>