I need to widen the Drag & Drop boxes within a Pick, Sort, and Rank question type. I have successfully widened the box using the following code:
jQuery(".groupsContainerTd div>div,#QID32group0").css("width","400px")
However, this widens only the box and does not widen the text field, as shown in this screenshot:
Is there a way to widen the text field within the drag and drop boxes?
I have searched for an answer for this and it is unanswered in all threads I have come across: https://www.qualtrics.com/community/discussion/comment/5061#Comment_5061
https://www.qualtrics.com/community/discussion/1396/maximize-box-width-in-pick-group-and-rank
https://www.qualtrics.com/community/discussion/3536/how-to-align-the-text-to-the-box-size-as-shown-in-the-pic-below-any-help-would-be-appreciated
Page 1 / 1
I figured out how to do this using the CSS editor in Look & Feel using the following lines of code:
.Skin .PGR .DragAndDrop .NoColumns td.groupsContainerTd div h2,.Skin .PGR .DragAndDrop .NoColumns td.groupsContainerTd div ul{width:450px}
.Skin .PGR .DragAndDrop .NoColumns td.groupsContainerTd div>div{width:450px}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.