I need for a business survey with around 20 rows and 24 columns to be displayed.But I encounter the issue with the text of column having a lot of text to insert the width of columns is to small.I atached an example.
Does exist any way to change that width of column for array number ? An lss example would help me a lot.
Thank you.
3. You may overwrite the media-query of the survey container
@media (min-width: 992px)
.container {
width: 970px; // set to 1570px or 1900px or whatever
}
You can remove the container in theme option, then survey take whole screen
Other point are valid
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Should I change max_input_vars in php.ini. Here I had 22 lines but I switch now to have 22 columns and 10 lines and I think is because of the same issue with max_input_vars.
So I would just try.
That's what I did when I answered your other question.
Joffm
Seeing your screenshot:
Do you really think this is an improvement?
To be honest, I wouldn't answer this.
You probably can split this question row-wise (several questions "multiple numerical input").
You gain a lot of readability. And the validation - in case it is row-wise - is built in.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Maybe we need a option to show big array like responsive-array ?
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
max_input_vars =1000 is low for 24 columns and more than 10 lines …
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.