Center File Upload and submit buttons

  • sns6515
    Asked on April 17, 2015 at 12:07 PM
    I have not made any changes to the source code. I would appreciate it if you could help me center the "Upload a file" button and the "Submit" button one below the other at the center of the page.
  • Welvin Support Team Lead
    Replied on April 17, 2015 at 12:16 PM

    Hi,

    Simply inject the following custom CSS codes to your form to center the file upload text and button:

    label#label_1 {

      text-align: center;

    }

    .qq-uploader {

      margin: 0 auto;

    }

    Here's how you can inject the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add it at the bottom of the existing codes.

    Thanks