- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.numeric-multi .answer ul { width: 100%; } .numeric-multi label.slider-label { width: 20% !important; } .numeric-multi div.multinum-slider { width: 80%; } div.ui-slider { margin: 0 auto 20px auto; }
tpartner wrote: Create a copy of that template and add something like this to the end of template.css:
Code:.numeric-multi .answer ul { width: 100%; } .numeric-multi label.slider-label { width: 20% !important; } .numeric-multi div.multinum-slider { width: 80%; } div.ui-slider { margin: 0 auto 20px auto; }
That should give you this:
tpartner wrote: Adjust the widths of the .slider-label and .multinum-slider elements (they should be <= 100).