Question Styling: Overall Question Styling
This article will show you how to format/style items within this ANY question type
See the following articles if you need to know where to add the code mentioned below:
Increasing Overall Question Width
Add the following code to the Source Code Editor of either the footnote or instructions fields in your question:
<style> /* INCREASE OVERALL QUESTION WIDTH */ .cm-pageWrapper, .cm-survey-header, .cm-survey-footer { width: 100%; } </style>