How to adjust the size of Submit button?

  • carlovers
    Asked on March 16, 2017 at 10:25 AM

    I want to change size of button but I am unable to edit the size of submit button

  • Nik_C
    Replied on March 16, 2017 at 12:56 PM

    You can use the below CSS:

    .form-submit-button {

    height:30px;

    }

    Just copy and paste it in your Custom CSS Field.

    You can edit the height more if needed and you can add the width as well.

    Let us know if you have any further questions.

    Thank you!