How can I change the size of upload buttons?

  • pfidrych
    Asked on April 11, 2018 at 7:40 PM

    They are way too big with Browse inside.  Should be much smaller


    https://www.jotform.com/80436875507161

  • Mike
    Replied on April 11, 2018 at 8:33 PM

    The button text can be changed:

    How can I change the size of upload buttons?   Image 1 Screenshot 30

    It is possible to affect the size of the upload button with CSS. For example, try adding the next CSS:

    .form-all .qq-upload-button {
    width: 60px;
    height: 20px;
    }

    How can I change the size of upload buttons?   Image 2 Screenshot 41

    Thank you.