how to align text in Upload button

  • Enlighted_INC
    Asked on June 17, 2020 at 5:32 PM

    Hello

    I have made the height of the upload button a little smaller.

    How do I center the text within the space now?


    1592429532Align text Screenshot 10

  • Jovanne JotForm Support
    Replied on June 17, 2020 at 5:54 PM

    Hi, thank you for reaching out to us.

    You can insert this custom CSS code:

    .qq-upload-button {

        padding-bottom: 15px !important;


    }



    Here is a guide on how to inject a custom CSS codesHow-to-Inject-Custom-CSS-Codes


    Let us know if you need further assistance.

  • Enlighted_INC
    Replied on June 17, 2020 at 6:11 PM

    That changed the size of my button. That is not what I asked. Could you please review my question again?

    How do I center the text within the space of the button?


  • Jovanne JotForm Support
    Replied on June 17, 2020 at 6:21 PM

    Hi,

    Please update the previous CSS code with this one:

    .qq-upload-button {

        padding-top: 6px !important;

        padding-bottom: 13px !important;


    }


    how to align text in Upload button Image 10


    Let us know if this works for you.

  • Enlighted_INC
    Replied on June 17, 2020 at 6:27 PM

    that did it! thank you so much!

  • Jovanne JotForm Support
    Replied on June 17, 2020 at 7:17 PM

    On behalf of our team, you are most welcome.

    Please don't hesitate to reach out if you have any other questions or if you need further assistance.