Hi Everyone
I have a meta info question at the start of my survey.
For some reason (red circle), it displays a gap.
If I remove the question the gap disappears.
Any ideas?
Thanks :)
Hi Everyone
I have a meta info question at the start of my survey.
For some reason (red circle), it displays a gap.
If I remove the question the gap disappears.
Any ideas?
Thanks :)
I think it is both the Meta Info question and the Question Separator for the following question that is creating a little bit of padding at the top.
You could move the Meta Info question to come after the Text/Graphic question or use the below CSS to hide the Meta Info question and the Question Separator for the following question, updating with the QIDs of your questions:
#QID23 {
display: none;
}
#QID22Separator {
display: none;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.