How do I make the submit button larger?

  • mreade
    Asked on April 15, 2018 at 4:47 PM

    Hello

    How do I make the submit button larger?   For instance like the submit button in this form:  https://eu.jotform.com/build/72954577358372


    Thanks


    Michael  

  • jonathan
    Replied on April 15, 2018 at 6:41 PM

    The other form uses custom injected CSS codes to make all the Submit buttons bigger and wider.

    1523831972zzz 2018 04 16 06 Screenshot 10


    You can try inject this CSS codes on your form https://form.jotformeu.com/81004143215339


    .qq-upload-button, .form-submit-button, .form-submit-reset, .form-submit-print {
        height: 157px !important;
        display : block !important;
        width: 100%;

    }

    ---

    Let us know if this did not work.


    Related user guide: https://www.jotform.com/help/118-How-to-Customize-the-Submit-Button-with-CSS