Welcome to the LimeSurvey Community Forum

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

Array by Column alignment issue

More
9 years 8 months ago #128913 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.
More
9 years 8 months ago #128926 by tpartner
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.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose