Reduce the size of submit button

  • chiragvora123
    Asked on June 30, 2014 at 8:40 AM
    Also how to reduce the submit button box, I want to make it small in length and big in width
  • Welvin Support Team Lead
    Replied on June 30, 2014 at 8:46 AM

    Hi,

    Inject the following custom CSS codes to your form:

    .form-submit-button, .form-submit-reset, .form-submit-print{

    padding:0 !important;

    width: 150px !important;

    height: 30px !important;

    }

    Change the Width and Height values until you'll get your desired sizes. Same guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thanks