- Posts: 54
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
.col3 .col-sm-12 { width: 33%; } .col-sm-12 .answer{ width: 100% !important; } .col-sm-12 .questiontext{ width: 100% !important; }
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('div[id^="javatbd"][style*="display: none"]').each(function(i) { $(this).parent().closest('div').css("display","none"); }); }); </script>