How to keep the regular width of submit button?

  • CJRoth
    Asked on August 29, 2016 at 11:00 AM
    Thank you for this feedback. It worked on the form, but now the submit button span the width of the form instead of being a "regular" submit button. Would you please let me know your thoughts on this as well.
    Thank you in advance.
    Christine
    ...
  • Welvin Support Team Lead
    Replied on August 29, 2016 at 11:03 AM

    Simply inject the following custom CSS codes in the form:

    .form-buttons-wrapper button {

        width: auto !important;

    }

    Please follow the steps here: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes