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!
Page 1 / 1
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;
}
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.