Spacing between Rank Order answer choises in classic layout | XM Community
Skip to main content
Solved

Spacing between Rank Order answer choises in classic layout

  • December 13, 2023
  • 1 reply
  • 64 views

Forum|alt.badge.img+1

Hi,

I use the classic design and in all other forms of questions, I have spacing between the choises. Here in the “Rank order”, I cannot seem to get spaces inbetween. 
Would anyone have a suggestion, what would be the code for this ?

 

Thanks :)

 

 

Best answer by Tom_1842

Try adding the below CSS to the Style section of the survey’s Look & Feel:

.Skin .RO .DND ul li {
margin-bottom: 5px !important;
}

 

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • 909 replies
  • Answer
  • December 13, 2023

Try adding the below CSS to the Style section of the survey’s Look & Feel:

.Skin .RO .DND ul li {
margin-bottom: 5px !important;
}