- Posts: 146
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
tpartner wrote: Can you activate a test survey and give use a link so we can see the associated CSS?
table.question th.answertext { font-size: 14px; }
tpartner wrote: Add this to the end of template.css (and clear your cache before testing):
Code:table.question th.answertext { font-size: 14px; }
tpartner wrote: Sorry, I don't have the time to go through a complete survey where I can't read the text. I suggest using Firebug for Firefox.
tpartner wrote: That's because, in the question settings, you have applied columns to Q3 but not to Q2. I would also get rid of "display: inline;" at line 1605 of template.css.