Submit button text on two lines displays as cut off

  • stevefitzgerald18
    Asked on September 3, 2018 at 6:42 AM

    I have a submit button on one of my forms where the text is on two lines. When the form is published it displays as the text being cut off. This is the only form that displays like this. How can I change it?

  • John_Benson
    Replied on September 3, 2018 at 9:57 AM

    Since you didn't provide the form link. I am assuming that you're referring to this form: https://www.jotform.com/82315598584166

    15359826575153252zxf Screenshot 10

    If yes, please add the custom CSS code below to increase the width of the Submit button:

    button#input_18 {

    width: 50% !important; }

    Here's a guide: How-to-Inject-Custom-CSS-Codes

    Here's the result:

    15359829765124z5 Screenshot 21

    If you're referring to a different form, please provide the form link so we can check it further.

    I hope this helps. Thank you.

  • stevefitzgerald18
    Replied on September 3, 2018 at 10:27 AM

    Worked like a charm! Thank you.