I am hoping to adjust a few things about my Pick, Group, and Rank question (screenshot below). I would like to make the following changes:
- Three columns instead of two
- Reduce the amount of padding in each group box (i.e. reduce the distance indicated by the red arrow below). The items that I drag into each box are wrapping onto 2 lines when there is still LOTS of space to the right of the text in the box.
Ideally, I could implement these changes in the “New Survey Taking Experience” using CSS. I already found some code on another post that helped convert to 3 columns (included below) but it does NOT work when I switch over to the New Survey Taking Experience. If what I am asking is only possible in the old survey mode, I can live with that.
My theme is set to Blank, if that helps.
I am a complete novice with code, and I appreciate any help on this!

Code that only works in OLD survey mode:!--startfragment>
.Skin .PGR .DragAndDrop .Group h2 { width: 100% !important;}
.Skin .PGR .DragAndDrop .Group { width: 33% !important;}
.Skin .PGR .DragAndDrop .Group>div>ul, .Skin .PGR .DragAndDrop .Items>ul { min-height: 250px !important; } }
!--endfragment>