Changing the width of the Items column in a Pick, Group, and Rank question | XM Community
Solved

Changing the width of the Items column in a Pick, Group, and Rank question

  • 24 October 2019
  • 6 replies
  • 1441 views

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.
icon

Best answer by TomG 28 October 2019, 13:25

View original

6 replies

Or, is there another question type I should consider using that's a little easier to make aesthetic changes to?
Userlevel 7
Badge +27
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?

Userlevel 7
Badge +27

In HTML view, put it inside a