CSS to reduce padding between response options | XM Community
Question

CSS to reduce padding between response options

  • 16 April 2019
  • 1 reply
  • 17 views

Userlevel 1
Badge +2
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!

1 reply

Userlevel 4
Badge +5
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