Welcome to the LimeSurvey Community Forum

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

subquestions in matrix left-adjusted

More
9 years 8 months ago #110498 by annab
Hey

can anyone tell me how to change the standard settings of the subquestions in a matrix from right- adjusted to left- adjusted?

any help appreciated
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 8 months ago #110577 by tpartner
Replied by tpartner on topic subquestions in matrix left-adjusted
What template are you using.

Please provide a link to an activated test survey.


.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
9 years 8 months ago #110662 by rauno_s
Replied by rauno_s on topic subquestions in matrix left-adjusted
a quick and dirty trick would be wrapping a question text inside a <p align> tag to - e.g.

<p align="left">Subquestion 1 text that is aligne to left</p>
<p align="left">Subquestion 2 text that is aligne to left</p>
<p align="left">Subquestion 3 text that is aligne to left</p>
The following user(s) said Thank You: zibarzani
The topic has been locked.
More
4 years 1 month ago #194128 by NoraSalasIllanes
Replied by NoraSalasIllanes on topic subquestions in matrix left-adjusted
That worked....
But I would prefer to change the global settings. In the manual they give instructions, but unfortunately I just don't know WHERE to write them in.
manual.limesurvey.org/Theme_editor#Template_Files
Looks to me like they refer to local machine, but I use LimeSurvey Pro.
I find a theme.css file, where I have no idea how to make the text align left.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago #194133 by tpartner
Replied by tpartner on topic subquestions in matrix left-adjusted
And we still have no idea of what LimeSurvey version and theme you are using and don't see a sample survey as requested.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 1 month ago - 4 years 1 month ago #194136 by Joffm
Replied by Joffm on topic subquestions in matrix left-adjusted
Hi,
you have to use the theme editor.
in your extended theme you will find the "custom.css" where you enter your individual settings.


and
Code:
.form-horizontal.control-label {
    text-align: left;
}
will do it.

As Tony said,
more information is needed to help you.
The link you showed is about the 2.05/2.06 version.
This one is about the actual version.
manual.limesurvey.org/Themes

If you are really working with 2.05/2.06 you may forget what I wrote before.

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 4 years 1 month ago by Joffm.
The topic has been locked.
More
4 years 4 weeks ago #194227 by NoraSalasIllanes
Replied by NoraSalasIllanes on topic subquestions in matrix left-adjusted
Hello,

LimeSurvey Pro uses version 3.22.5. It is the paid service, with the survey hosted by the server provided by LimeSurvey.

The sample Survey is barrier-studie.limequery.com/577769

I am using vanilla. I wrote in custom.css
Code:
.form-horizontal.control-label {
    text-align: left;
}

but without any outcome...
We intend to use LimeSurvey for the coming months, so it would be great if I learn to align text to the left (along with many other things)

Thank you in advance
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 4 weeks ago #194233 by tpartner
Replied by tpartner on topic subquestions in matrix left-adjusted
The linked survey is not accessible.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
4 years 4 weeks ago - 4 years 4 weeks ago #194242 by NoraSalasIllanes
Replied by NoraSalasIllanes on topic subquestions in matrix left-adjusted
Last edit: 4 years 4 weeks ago by NoraSalasIllanes.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 4 weeks ago #194246 by tpartner
Replied by tpartner on topic subquestions in matrix left-adjusted
Extend a core theme as described here - manual.limesurvey.org/New_Template_System_in_LS3.x - and add this to your custom.css file:

Code:
.ls-answers tbody th.answertext {
    text-align: left;
}

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