Welcome to the LimeSurvey Community Forum

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

Matrix, Subquestion, Smartphone bold

  • FoottPrintts
  • FoottPrintts's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 3 days ago #266462 by FoottPrintts
Matrix, Subquestion, Smartphone bold was created by FoottPrintts
Please help us help you and fill where relevant:
LimeSurvey version: [see right hand bottom of your LimeSurvey admin screen]
Own server or LimeSurvey Cloud:
Survey theme/template:
==================
(Write here your question/remark)Please help us help you and fill where relevant:
LimeSurvey version: Version 6.3.6+231120 
Own server or LimeSurvey Cloud: Pädagogische Hochschule Wien
Survey theme/template:
==================
Matrix: Display of sub-questions on the smartphone. Is there a way to bold all subquestions in matrix questions so that they are written in bold on the smartphone?

Thank you!

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 3 days ago - 1 month 3 days ago #266463 by Joffm
Replied by Joffm on topic Matrix, Subquestion, Smartphone bold
Of course.
use a media query like
Code:
<style type="text/css">
@media only screen and (max-width: 800px) {
    .ls-answers tbody .answertext {
          font-weight:bold;
    }
}
</style>


Set the value of max-width to your needs.




In this example I inserted a bit more css.
Shown in my "Tutorial 1: Matrizen", Chapter. 16, which you find in the German section, page 11,12,13, or so.

Another option is to check the device.
Then you can use "tayloring" to bold the subquestions.
You find it in my "Tutorial 3: Gimmicks".

Joffm

 

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 1 month 3 days ago by Joffm.

Please Log in to join the conversation.

  • FoottPrintts
  • FoottPrintts's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 3 days ago #266471 by FoottPrintts
Replied by FoottPrintts on topic Matrix, Subquestion, Smartphone bold
Thank you! It looks great.

But where can I insert dhe CODE?

And where can I find the tutorial "Tutorial 1: Matrizen", Chapter. 16, which you find in the German section, page 11,12,13?

Thank you!

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 month 3 days ago #266473 by Joffm
Replied by Joffm on topic Matrix, Subquestion, Smartphone bold

 which you find in the German section, page 11,12,13?
 

Yes on one of these pages
I do not know exactly

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

More
1 month 17 hours ago #266490 by jsief
Replied by jsief on topic Matrix, Subquestion, Smartphone bold
You've got to go to the template editor of the design that you are currently using in your survey. There you navigate on the right side to "custom.css" there you just insert the code @joffm just posted :
Code:
@media only screen and (max-width: 800px) { .ls-answers tbody .answertext { font-weight:bold; } }

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose