Expand the width and reduce the height of the question and answer elements, like I want to apply more refer to image.
Size
Answers approved by surveyjs Support
Hi Mike,
If you wish to expand the width of a survey, you can decrease the survey.width
property value. Alternatively, set the survey.widthMode property to "responsive"
. Now, a survey will take up all the available width of its parent container.
Please let me know if you have any further questions.
Comments
(1)
Hi,
Thank you for the update. You can increase a survey width as mentioned above. To reduce the survey element size, decrease the sjs-base-unit
CSS variable. Please refer to the following demo: View Plunker. In this example, I set the surveyWidth
property to responsive
and decreased the sjs-base-unit
variable in theme settings.
Please drop me a line if you have any further questions.