Hello,
I have a Pick, group, rank question that has about 20 items. It's extremely difficult to drag the item to the box because the page doesn't scroll down when you move the item. Stacking items is not an option because participants need to see all the items at once....
I think adding the CSS code is the only way but I don't know how
I found an answer here with using the jQuery but I'm really lost... Would anyone please help? How do I build the code? how to I append it?
Thank you!
Page 1 / 1
Hello @do1n
Below code will increase height of box. replace "QID470" with question ID and adjust 350px to increase height of the box
jQuery(".groupsContainerTd div>div,#QID470group0").css("min-height","350px")
Below code will increase height of box. replace "QID470" with question ID and adjust 350px to increase height of the box
jQuery(".groupsContainerTd div>div,#QID470group0").css("min-height","350px")
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.