Upload and Submit buttons are not displaying correctly on the form

  • WhenMill
    Asked on January 7, 2018 at 11:25 AM

    Hello. I can't seem to make my buttons the same style.

    They change style on their own sometimes.

    Advanced Form Designer won't fix my buttons and is very buggy.


    Jotform Thread 1341324 Screenshot
  • Kiran Support Team Lead
    Replied on January 7, 2018 at 12:54 PM

    Please inject the following CSS code to the form to adjust the height of the buttons on the form.

    .form-all .qq-upload-button {

      height: 20px !important;

    }

    .form-all .form-submit-button {

        height: 50px !important;

    }

    If you need any further assistance, please let us know. We will be happy to help.