An update - through further investigating using the element inspector, I managed to put together some custom CSS:
.Skin .RO .SB .ChoiceStructure, .Skin .RO .SB .ChoiceStructure .Center, .Skin .RO .SB .QuestionBody select {
height:110%;
}
Which got me almost there:
!
Any ideas on what else I need to address to neaten it up?
>
@sumwonels said:
> An update - through further investigating using the element inspector, I managed to put together some custom CSS
> Any ideas on what else I need to address to neaten it up?
Also add below CSS to select tag
.Skin select {
overflow-y: hidden;
height: 15em;
}
@Sashi - thanks for your reply (again!). I have already tried this with no success. Below is a screenshot of my code in the Look and Feel CSS box. Is there something I'm doing wrong?
!
For anyone else coming across this, I solved the problem by editing Shashi's code slightly (using 'px' instead of 'em' to set the box size) and entering it as a < style > header in the html window for the specific question.