How to adjust the drop down bars size in different questions? | XM Community
Skip to main content

image.pngAs you can see, all the questions have different drop down size and thus look little untidy. The question type is Multiple choice and thus I cant adjust the size.
Can you suggest how can do it?

f_inamdar - You can add the following CSS to look and feel custom CSS. Feel free to adjust the width as required.

.Skin .MC .ChoiceStructure {
width:400px;
}


Leave a Reply