Fixing upload button height on a theme styled form

  • TrustSCS
    Asked on September 28, 2015 at 2:04 PM

    I would like to make different height and width buttons

    Hello! On this form (http://form.jotform.us/form/52224296634153) I would like to make my upload buttons a different size than my submit button. Is this possible?

     

  • Mike
    Replied on September 28, 2015 at 2:28 PM

    Please try adding the next CSS via form designer in order to fix the issue with upload buttons height.

    .qq-upload-button {
    height: initial;
    }

    Fixing upload button height on a theme styled form Image 1 Screenshot 30

    Result:

    Fixing upload button height on a theme styled form Image 2 Screenshot 41

    If you need any further assistance, please let us know.