CSS to reduce padding between response options | XM Community
Skip to main content
Looking for CSS code that I can globally apply to my survey to reduce the distance between response options. Feel like this should be simple but can't find it online and can't seem to make it work. Please advise. Thanks!
Hi @GeoffK

You can add below code in a style tag and can adjust the middle 0 with any number -

.Skin .MC li .LabelWrapper {

margin: 0 auto 0px auto;

}

Leave a Reply