Is there a way to widen the column of choices in a Pick, Group, Rank question? | XM Community
Skip to main content
Solved

Is there a way to widen the column of choices in a Pick, Group, Rank question?

  • July 22, 2022
  • 2 replies
  • 434 views

Forum|alt.badge.img+3

I want to be able to widen the column a bit where the list of choices is on the left. Anyone know how to do that?

Best answer by Tom_1842

Hi there, TomG provides some CSS that will do what you are describing in this post. CSS below for reference:
.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%}

2 replies

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • Answer
  • July 25, 2022

Hi there, TomG provides some CSS that will do what you are describing in this post. CSS below for reference:
.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%}


Forum|alt.badge.img+3
  • Author
  • July 29, 2022