Changing the width of the Items column in a Pick, Group, and Rank question | XM Community
Skip to main content
I am trying to make the width of the Items column WIDER in a Pick, Group, and Rank question, so the options won't wrap 2-3x before being dragged into the Group boxes. I only have one (1) Group box, so I don't need all the open space on the right side of the screen.
Or, is there another question type I should consider using that's a little easier to make aesthetic changes to?
Use this CSS:

```

.Skin .PGR .DragAndDrop td.itemsContainerTd {width:50%}

.Skin .PGR .DragAndDrop .Group h2, .Skin .PGR .DragAndDrop .Group ul, .Skin .PGR .DragAndDrop .Items h2, .Skin .PGR .DragAndDrop .Items ul {width:100%}

```

Where do you insert the CSS code on the question?


In HTML view, put it inside a