Meta Info - Question Gap | XM Community
Skip to main content

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;
}

 


Leave a Reply