Align the question to the center

  • zipcar
    Asked on September 6, 2016 at 11:14 AM

    How do you center a question? i want to center the first question of this form.

  • John_Benson
    Replied on September 6, 2016 at 12:15 PM

    It is possible to center a question and a field. Here's a guide:

    1. Go to the Form Designer.

    Align the question to the center Image 1 Screenshot 40

    2. Under the Design tab, click the Label Styles and then click the Top Aligned icon.

    Align the question to the center Image 2 Screenshot 51

    3. In the Form Designer, go to the CSS tab and paste the CSS code below:

    .form-label {
    text-align: center !important;
    }

    .form-input-wide {
    text-align: center !important;
    }

    Here's the result:

    Align the question to the center Image 3 Screenshot 62

    Hope that helps. Thank you.