Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Array by Column alignment issue

  • rickyd
  • rickyd's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 5 months ago #128913 by rickyd
Array by Column alignment issue was created by rickyd
Hello,

I'm trying to set up an array by column question. I have a lot of sub-questions, so much so that they end up getting pretty squished. The table is set up so the answers take up 50% of the screen real estate and the sub-questions take up the remaining 50. I'd like the split to be closer to 20-80 answer - subquestion to help solve some of the squished text. I've tried to append the CSS a few times, but I can't seem to get it to work. Is there a way to accomplish this?

Thank you in advance
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 5 months ago #128926 by tpartner
Replied by tpartner on topic Array by Column alignment issue
Try this, where 12345 is your question ID :

Code:
#question12345 .subquestions-list {
width: 100%;
}
#question12345 .subquestions-list col {
width: auto;
}
#question12345 .subquestions-list col.col-answers {
width: 20%;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose