- Posts: 17
- 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.
<style type="text/css" data-author="Tony Partner"> @media (min-width: 760px) { #question{QID} .ls-group-dynamic .ls-input-group > div { float: left; width: 100%; max-width: 130px } } @media (max-width: 760px) { #question{QID} .ls-group-dynamic .control-label { text-align: left; } #question{QID} .ls-group-dynamic > div > div { float: left; width: 100%; max-width: 130px } } </style>
@media (min-width: 760px) { .question-container.numeric-multi .ls-group-dynamic .ls-input-group > div { float: left; width: 100%; max-width: 130px } } @media (max-width: 760px) { .question-container.numeric-multi .ls-group-dynamic .control-label { text-align: left; } .question-container.numeric-multi .ls-group-dynamic > div > div { float: left; width: 100%; max-width: 130px } }
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.