Manage space between questions | XM Community
Skip to main content
Question

Manage space between questions

  • July 12, 2021
  • 1 reply
  • 279 views

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!

1 reply

grahulp5
QPN Level 3 ●●●
Forum|alt.badge.img+13
  • QPN Level 3 ●●●
  • July 12, 2021

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

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