- Posts: 21
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Move element(s) $('.question-title-container', thisQuestion).append($('.question-valid-container', thisQuestion)); }); </script> <style type="text/css">@media only screen and (min-width: 600px) { .question-container { margin-bottom: 0em; margin-top: 0em; } #question{QID} .question-title-container { width:40%; } #question{QID} .answer-container { width: 60%; margin-top:2em; } #question{QID} .question-valid-container { padding-left: 0; } } </style>
I never do this. Never got familiar with this. And working with 3.x. I am used to put it into the question source.I added this to the Script block
A look at what?Please have a look