- Posts: 19
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
.numeric-item input[data-number='1'] { text-align: left; }
.numeric-item input[data-number] { text-align: initial; }
To left-align all numeric inputs, add this to the end of custom.css:
.numeric-item input[data-number='1'] { text-align: left; }