Have you tried to use CSS in the look and feel section?
This CSS has worked for me:
.Skin .QuestionOuter { padding-bottom: 0px; }
@media (min-width:480px) {.Skin .QuestionOuter .QuestionBody {padding-bottom:0px !important;}}
You might also look at reducing the space between the Yes & No options.
Alternatively you could display the Yes/No side by side. That should free up some space.
Thanks for the idea!
Turns out, my main issue was the layout I was using. I was utilizing the new “simple” layout, but I needed to change this to “blank” to get any of the code to work. After that, several of the previous solutions started to do something.
Ahhh yes, now that you say so, I think I came across something similar, if you are chosing to user prebuilt themes. Good that it is working now :)