How can I change the size of response boxes? | XM Community
Skip to main content
The default size of the boxes around response choices are way too big for my survey. How can I minimize them?
Use CSS to reduce the choice label padding.

What is the CSS code for this?


> @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.
I found this

Leave a Reply