
Solved
Pick - Rank - Group Question, Select Box style, resizing box
Hi all. I have a PRG question with 11 choices. The default size of the answer box fits 10 options and a scroll bar. I'd like to increase the size of the box so the user doesn't need to do any scrolling to answer the question. I tried using code from here and some variations to no avail:
https://www.qualtrics.com/community/discussion/1100/changing-the-size-of-the-select-box-with-jquery
Also tried to find the identifier with the element inspector and code something using that but couldn't work it out.
I'd be grateful for any help anyone can give.
Screen shot for clarity:
!

Best answer by Anonymous
> @sumwonels said:
> An update - through further investigating using the element inspector, I managed to put together some custom CSS
> Any ideas on what else I need to address to neaten it up?
Also add below CSS to select tag
.Skin select {
overflow-y: hidden;
height: 15em;
}
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.