Adjusting the height of the upload file button

  • paoloobo
    Asked on August 16, 2016 at 1:50 PM

    Hello I get an error with this form: https://eu.jotform.com//?formID=61994705664367#

     

    I need the submit file button to have a smaller height, while the orange submit button to remain the same.

    I can not edit a single button using your most advanced form designer, BOTH buttons are edited instead.

    Please fix this and confirm.

    Regards,

    Pavel.

  • John_Benson
    Replied on August 16, 2016 at 3:07 PM

    Hey Pavel,

    You can adjust the height of the attached file button by adding a custom css code in your form:

    .qq-upload-button { 

    height: 20px !important; 

    Here's a guide how to inject custom css code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    1. Click the Preferences button in the Form Builder.

    2. In the Preferences window, go to Form Styles > Custom CSS tab and then insert your CSS Code under Inject Custom CSS Box. Click the Save button when you're done.

    Adjusting the height of the upload file button Image 1 Screenshot 20

    I hope this helps. Let us know if you need any further help.

    Thank you.

     

  • paoloobo
    Replied on August 16, 2016 at 5:45 PM
    thank you!
    ...