Solved
How do I specify the size of text box in the 'Allow text entry' section using CSS?
How do I specify the size of text box in the 'Allow text entry' section using CSS?
Best answer by Anonymous
Hello @Laura_qual ,
Paste the below code in Add custom css
.Skin .MC .Inner .InnerInner .QuestionBody .TextEntryBox {
width: 500px;
height: 500px;
}
View originalPaste the below code in Add custom css
.Skin .MC .Inner .InnerInner .QuestionBody .TextEntryBox {
width: 500px;
height: 500px;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.