Manage space between questions | XM Community
Question

Manage space between questions

  • 12 July 2021
  • 1 reply
  • 143 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

Userlevel 4
Badge +13

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

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

Leave a Reply