Using CSS to add space between fields

  • asplichal
    Asked on June 21, 2018 at 5:09 PM

    How can I add more space between my question headline and my first multiple choice question?

  • aubreybourke
    Replied on June 21, 2018 at 5:28 PM

    You can add this CSS code:

    .form-label.form-label-top {

        margin-bottom : 50px !important;

        width : 100%;

    }

    .form-checkbox-item {

        width : 100% !important;

    }

    .form-submit-button {

        width : 120px !important;

    }

    Instructions here: How-to-Inject-Custom-CSS-Codes

    The green code is the one you have asked for specifically.

    It should look like this:

    15296164693uo90 Screenshot 10