- Posts: 352
- Thank you received: 41
Ask the community, share ideas, and connect with other LimeSurvey users!
<style type="text/css"> #question{QID} .answer-item:last-child { margin-top: 2em; } </style>
<style type="text/css"> @media only screen and (min-width: 768px) { #question{QID} .bootstrap-buttons-div:nth-last-child(2) { margin-left: 5em; } } @media only screen and (max-width: 767px) { #question{QID} .bootstrap-buttons-div:nth-last-child(2) { margin-top: 2em; } } </style>