How Can I Change the Size of the Submit Button?

  • fluxx
    Asked on March 29, 2016 at 3:06 AM

    Hi!

     

    Is it possible to make a smaller send-button, than the one we have here?

    When I try to change it in the design editor, nothing really happens.

    http://fluxx.dk/kontakt-os.html

     

    Any help, would be great!

     

    Mikkel

    http://fluxx.dk

    Page URL: http://fluxx.dk
  • mert JotForm UI Developer
    Replied on March 29, 2016 at 4:37 AM

    Hi Mikkel,

    You can easily make that change by injecting some custom CSS to your form. Please, use the following code on your form:

     

    .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {

        text-align: center;

        width: 85px;

        height: 35px !important;

        padding: 0 !important;

    }

     

    Also, you can see the final version of the button from the image below:

    How Can I Change the Size of the Submit Button? Image 1 Screenshot 20

     

    If you need any extra information, please do let us know.

    Regards.