Hello!
I try to remove the margin-bottom for only one single question. I added "zieltop" as a css-class for this question and added the following line in my custom.css:
Code:
.zieltop .question-container {
margin-bottom:0;}
I use this concept for different things, but it doesn't seem to work for the question-container. It works if I change the margin for all questions with
Code:
.question-container {
margin-bottom:0;}
Any ideas how to remove the space between two questions - but not for all questions?
Thanks!
Christoph
question-container are at same level than CSS class : remove the space
Code:
.zieltop.question-container {
margin-bottom:0;}
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.