Hi
@Tom_R!
It looks like you may be asking about custom programming/code. We actually have a
Developer Corner in the community that is reserved for these types of questions. Therefore, I have moved your question to that section instead so coders and programmers are more likely to answer your question.
P.S. They might assume that you already have a basic knowledge of programming and how to integrate it into Qualtrics. If you do not, we recommend checking out
W3Schools and our pages on
Adding Custom CSS and
Adding JavaScript to get a basic understanding!
@Tom_R,
I think you can just make the bottom padding on the Groups the same height as a choice. For example:
```
.Skin .PGR .DragAndDrop td.groupsContainerTd div > div {padding-bottom: 25px}
```
I agree with
@TomG - Padding is your best bet here since it maintains the same attributes for being a `.droppable()` section of the page