- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Try adding something like this to the end of template.css (replacing "12345" with your question ID )Would it be possible to absolutely define the width of those elements of only the last column? Or perhaps the first and the last?
#question12345 table.subquestions-list { width: 90% !important; } #question12345 table.subquestions-list col { width: auto !important; } #question12345 table.subquestions-list thead td { width: 25%; } #question12345 table.subquestions-list thead th { width: 10%; }
+TooNice wrote: Thanks for the reply. Would it be possible to absolutely define the width of those elements of only the last column? Or perhaps the first and the last? And how could I do this (I am a beginner)?
>hat is your LimeSUrvey version and build number ?TooNice wrote: Changing templates does not seem to work. And it does seem that a new word introduces a line break each time (I just tested with just in English), but I wonder why it is set to behave in this way when the left column does not behave in such manner.
<colgroup class="col-responses"> <col width="10%" class="col-answers"> <col width="13.3%" class="odd"> <col width="13.3%" class="even"> <col width="13.3%" class="odd"> <col width="13.3%" class="even"> <col width="13.3%" class="odd"> <col width="10%" class="answertextright even"> </colgroup>
Can you activate a test survey for us to see?Hmm, I just tried it, making sure that the question ID is adjusted accordingly, but it did not work.
#question150 table.subquestion-list { width: 90% !important; } #question150 table.subquestion-list col { width: auto !important; } #question150 table.subquestion-list thead td { width: 25%; } #question150 table.subquestion-list thead th { width: 10%; }