How do I change the size of the submit button to accomodate my text?

  • Hart_James
    Asked on August 16, 2019 at 5:42 AM

    How do I change the size of the submit button to accomodate my text. I tried to input REGISTER! 100% FREE. And it just constrains the text to lines underneath each other

  • Girish JotForm Support
    Replied on August 16, 2019 at 8:07 AM

    Are your trying to change the size of the Submit button in the Monaco Survey form? If yes, I can see that it is a Card form. Unfortunately, in Card forms, this cannot be done and also CSS codes cannot be added to customize.

    If you are trying to change this on the form titled "ASP", you can add the CSS code below to change the size:

    .form-submit-button {

    height: 50px;

    width: 300px;

    }

    You can adjust the size "px" according to your requirement.

    Related Guide: How-to-Inject-Custom-CSS-Codes 

    15659572111608 9 Screenshot 10