Match the height and width of the submit button

  • zackfroot
    Asked on January 17, 2015 at 10:50 PM
    3. I cant seem to match the submit button's size to this form http://www.jotform.co/form/50144715414851. If you notice its slightly smaller on this one.
  • Welvin Support Team Lead
    Replied on January 18, 2015 at 2:35 AM

    Hi,

    Try to inject the following custom CSS codes to your form:

    button#input_2 {

    height: auto !important;

    width: auto !important;

    }

    Inject it by following this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add it to the bottom of the existing codes.

    Thanks

  • zackfroot
    Replied on January 18, 2015 at 2:39 AM

    Welvin,

    That solved it. Should have tried the override before I posted.

    Thanks