Manage space between questions | XM Community
Skip to main content

Dear community,

is there any way to manually set the spacing between questions? I can only do this for all at once via "Questioning Space" in the look & feel menu, but then it doesn't always fit (sometimes too much space, sometimes not enough).

Would be happy for any hint!

Just add a margin-top attribute of css like below:

jQuery(".ChoiceStructure").find(".Selection").css("margin-top","20px")


Leave a Reply