- Posts: 350
- Thank you received: 41
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<style type="text/css"> /* subquestion text left aligned */ .ls-answers tbody .answertext { text-align: left; } /* Headers not "bold", but „normal“ */ .ls-answers .ls-heading th { font-weight: normal; } /* Radio-Buttons (Checkboxes) vertically aligned middle */ .ls-answers td.radio-item, .ls-answers td.checkbox-item { vertical-align: middle; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
/* subquestion text left aligned */ .myClass .ls-answers tbody .answertext { text-align: left; }
Please Log in to join the conversation.
Please Log in to join the conversation.