change button width

  • imarquezp
    Asked on July 4, 2016 at 5:25 AM
  • Chriistian Jotform Support
    Replied on July 4, 2016 at 10:04 AM

    Do you mean you want to adjust your submit button's width? If so, you can adjust the submit buttons width by injecting this custom CSS code:

    .form-submit-button {

        width: 200px;

    }

     

    To inject custom CSS code, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    If you are referring to a different concern, please provide us more details regarding your concern so we can further check.