How to change form border color and width?

  • 4sigma
    Asked on April 30, 2019 at 4:35 AM

    Hello.

    how can I change the border color of the form (link see below) - I can't find any option to to this!

    And: How can I change the width of the form. When I use the form-editor only the "Logo" and the branding change in width...

    Thank you and best regards

    Christina

  • Jed_C
    Replied on April 30, 2019 at 8:46 AM

    1). Change border colorInject the CSS code below to change the border color of your form.

    .form-all {

        border: 2px solid green !important;

    }

    2). How to change the form width — Go to advanced designer and click on the Form Layout tab. From there, you can change your form's max width size.

    ex.

    1556628205max width Screenshot 10

    1556628339form designer Screenshot 21

    I hope that helps. Let us know if you have any questions or if you need further assistance.