How can I reduce the height of forn input text field box | XM Community
Skip to main content

i tried the below code but did not work.

.Skin .MC .Inner .InnerInner .QuestionBody .TextEntryBox {
width: 500px;
height: 500px;
}

Try using the below code and adjust the height size as required.
.Skin .TE .ChoiceStructure .Medium {
  width: 50%;
  height: 60px !important;
}


Leave a Reply