Welcome to the LimeSurvey Community Forum

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

minimize space between checkboxes

  • Malak_khashoqji
  • Malak_khashoqji's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
6 months 5 days ago #251379 by Malak_khashoqji
minimize space between checkboxes was created by Malak_khashoqji
Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Cloud Version 6.3.0
Own server or LimeSurvey hosting:
Survey theme/template:
==================
I need to minimize the space between the checkboxes horizontallysince every checkbox is a separate question I can't combine them because every checkbox is linked to a condition that has to be displayed under it directly

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 months 5 days ago - 6 months 5 days ago #251381 by Joffm
Replied by Joffm on topic minimize space between checkboxes

because every checkbox is linked to a condition that has to be displayed under it directly

I do not see anything in your lss that had to be displayed depending on the checkboxes.

What do you want to achieve with the design?

Okay, you can use the css classes "no-question" and "no-bottom" to merge the questions.
Add them to the "custom.css" of your extended theme.
Code:
.no-question{border-top:0;}
.no-question .question-title-container{display:none;}
.no-question .question-valid-container{display:none;}
.no-bottom{border-bottom:0;margin-bottom:0;}
.no-question .answer-container {
    padding-top: 0em;
    padding-bottom: 0.5em;
}
.no-bottom .answer-container {
    padding-bottom: 0em;
}


Put the css class "no-question" into the questions "css classes" where you do not want to display the question container.
"no-bottom" doesn't siplay the bottom.

But as far as we do not know what you would like to display directly under the checkbox, we cannot help better, proposing other, better solutions.

Joffm

 

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 6 months 5 days ago by Joffm.

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose