How Can I Change the Height of My Form's Upload Button Without Changing the Submit Button's Height Too?

  • hradvantage
    Asked on August 10, 2015 at 5:02 PM

    When I change the height of my upload button, it changes my submit button. How do I adjust my upload button so it's not so high?

    Jotform Thread 634430 Screenshot
  • abajan Jotform Support
    Replied on August 10, 2015 at 9:04 PM

    Please do the following:

    1. Click the Designer button:

    How Can I Change the Height of My Forms Upload Button Without Changing the Submit Buttons Height Too? Image 1 Screenshot 40


    2.
    Click the CSS tab:

    How Can I Change the Height of My Forms Upload Button Without Changing the Submit Buttons Height Too? Image 2 Screenshot 51


    3.
    Copy the following rule and paste it into the work area at the bottom of the CSS tab:

    .qq-upload-button {
       height : 1.4em !important;
    }


    4. Save
    the form

    How Can I Change the Height of My Forms Upload Button Without Changing the Submit Buttons Height Too? Image 3 Screenshot 62


    That should fix it. If you need further help we'd be happy to provide it.

    Cheers