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

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?

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%}


https://community.qualtrics.com/XMcommunity/discussion/comment/48009#Comment_48009Thanks Tom! That was helpful.


Leave a Reply