Welcome to the LimeSurvey Community Forum

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

Change font size of multiple choice subquestions

  • wizard2none
  • wizard2none's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 2 months ago #158036 by wizard2none
Replied by wizard2none on topic Change font size of multiple choice subquestions
Hi Tony,

Could be close enough--but I'm getting a slightly different result than you (see attached).
The check marks are not centered in my rendering but rather placed towards the bottom of each checkbox.

I wonder why the difference. Is there something that controls the placement of the checks in the checkbox?

I tested by making a copy of the default template and adding your lines at the bottom of template.css.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 2 months ago #158037 by tpartner
It looks to me as if you have removed the rule that increases the font-size. The complete CSS should look like this:

Code:
/ * Larger Subquestions */
 
div.multiple-choice-container.subquestion-list {
    font-size: 26px;
    line-height:26px;
}
 
.multiple-choice-container .checkbox label::before {
    width: 24px;
    height: 24px;
}
 
.multiple-choice-container .checkbox label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    padding-top: 4px;
    line-height: normal;
    font-size: 16px;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • wizard2none
  • wizard2none's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 2 months ago #158050 by wizard2none
Replied by wizard2none on topic Change font size of multiple choice subquestions
Yep--you are right. That fixed the problem and everything looks great.

Thanks for your help.
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose