Is it possible to reduce the size of multiple choice answer boxes? | XM Community
Skip to main content

I am trying to reduce the size of the boxes (buttons) for the answers in multiple choice questions so that I can make the whole thing more compact and reduce the need for scrolling down the screen? Thank you

Reduce label padding in Custom CSS:
.Skin label.MultipleAnswer, .Skin label.SingleAnswer { padding:10px; }


Leave a Reply