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

How to adjust the drop down bars size in different questions?

  • June 1, 2021
  • 1 reply
  • 300 views

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?

Best answer by Mishraji

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;
}

View original

1 reply

Mishraji
Level 4 ●●●●
Forum|alt.badge.img+18
  • Level 4 ●●●●
  • 236 replies
  • Answer
  • June 6, 2021

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