How can I change the size of response boxes? | XM Community
Skip to main content
Question

How can I change the size of response boxes?

  • January 13, 2020
  • 4 replies
  • 403 views

The default size of the boxes around response choices are way too big for my survey. How can I minimize them?

4 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • January 14, 2020
Use CSS to reduce the choice label padding.

  • Author
  • January 14, 2020

What is the CSS code for this?


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • January 14, 2020
> @JoeC said: > What is the CSS code for this? Preview question -> hover over box -> right click -> Inspect. Find CSS rule that sets padding then copy the rule selector and create a new rule that overrides padding.

  • Author
  • January 15, 2020
I found this