CSS to reduce padding between response options | XM Community
Skip to main content
Question

CSS to reduce padding between response options

  • April 16, 2019
  • 1 reply
  • 29 views

Forum|alt.badge.img+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

Subu
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • 53 replies
  • April 16, 2019
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