@Sarah89 You don't need Javascript, but question-level CSS can change the style for the mobile viewport:
```
<style>
@media all and (max-width:480px){
.Skin label.MultipleAnswer,.Skin label.SingleAnswer {
text-align: left;
}
}
</style>
how fun was this game
```
placed here:
!
which gets you (might vary/need tweaking depending on your theme):
!