Can I design a survey so that it appears centered?

Yes, you can use a CSS code to align/center your entire survey giving it a responsive design. This is a suitable design method, especially for short, compact surveys like employee feedback surveys.

To center your survey, the following CSS code is available, which you enter in the CSS section at the top of your open survey:

<style type=”text/css”> .poll * {text-align:center !important;margin:auto} </style>

CSS (Cascading Style Sheets) offers almost unlimited possibilities to design your questionnaire. We have compiled an extensive list of CSS codes in our helpdesk that you can use to create your survey: Helpdesk