- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<video controls="" height="240" width="320"><source src="https://www.mafosurvey.de/userfiles/happypeanuts.mp4" type="video/mp4" /></video> <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:30%; } #question{QID} .answer-container { width: 70%; margin-top:2em; } #question{QID} .question-valid-container { padding-left: 0; } } </style>
Please Log in to join the conversation.