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

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 :)

 

 

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

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

 


Leave a Reply