Submit button changes size and color with clic

  • EpicStudio
    Asked on November 6, 2015 at 2:18 AM

    Hi there.

    The submit button of my form changes size and color when I clic it. It gets smaller and white color.

    Jotform Thread 699092 Screenshot
  • beril JotForm UI Developer
    Replied on November 6, 2015 at 3:49 AM

    Hi,

    I've cloned and tested your form. I am able to replicate the issue you are having.

    Can you try to add the CSS code below?

     

    .form-submit-button {

        position : relative;

        width : 150px !important;

    }

    Please, also add the CSS code below:

     

    #cid_2 div.form-buttons-wrapper {

        width : 145px !important;

    }

     

    Here is how to do this:

    1)

    Submit button changes size and color with clic Image 1 Screenshot 30

    2)

    Submit button changes size and color with clic Image 2 Screenshot 41

     

    I hope it will work.

    Please, let us know if you have any question or issues. We will be glad to assist you.