Welcome to the LimeSurvey Community Forum

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

Array type question, answer stacks on ipad

More
4 years 5 months ago #190301 by Clo
Thank you very much. Skelvanilla is working very well for table. I would like to do the same thing for list (radio). I would like the answer choices to stay on one line instead of one below the other when the screen width decreases Is it possible?
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 5 months ago #190305 by DenisChenu
Replied by DenisChenu on topic Array type question, answer stacks on ipad
You mean when set to multiople column ?

Not included in skelvanilla …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
More
4 years 5 months ago #190307 by Clo
Yes! Thank you for your quick response!
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 5 months ago #190320 by DenisChenu
Replied by DenisChenu on topic Array type question, answer stacks on ipad
I think you can force width on element using a specific CSS class in custom.css

Maybe just adding something like this incustom.css
Code:
.fixed-col-width .col-sm-12 {
width: 100%;
}
.fixed-col-width .col-sm-11 {
width: 91.66666667%;
}
.fixed-col-width .col-sm-10 {
width: 83.33333333%;
}
.fixed-col-width .col-sm-9 {
width: 75%;
}
.fixed-col-width .col-sm-8 {
width: 66.66666667%;
}
.fixed-col-width .col-sm-7 {
width: 58.33333333%;
}
.fixed-col-width .col-sm-6 {
width: 50%;
}
.fixed-col-width .col-sm-5 {
width: 41.66666667%;
}
.fixed-col-width .col-sm-4 {
width: 33.33333333%;
}
.fixed-col-width .col-sm-3 {
width: 25%;
}
.fixed-col-width .col-sm-2 {
width: 16.66666667%;
}
.fixed-col-width .col-sm-1 {
width: 8.33333333%;
}
And add fixed-col-width at the css class of the question where you need a fixed width.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: Clo
The topic has been locked.
More
4 years 4 months ago #190444 by Clo
Merci! Thanks! It's working! Have a nice day!
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose