Adjust the width of the Submit button

  • schmidtsmeatmarket
    Asked on April 10, 2019 at 11:32 AM

    How can I adjust the width of the Submit button?  I changed the size of my font and now the "t" drops to another line.  I tried the CSS code that I found for height and changed it to width and nothing happened even after I saved it.  Thanks!

  • David JotForm Support
    Replied on April 10, 2019 at 1:04 PM

    It seems there might be an issue with formatting in the currently applied CSS.  If I place the code at the end of your current code, it doesn't work, but if I place it at the top of the code it applies correctly:

    1554915820Capture Screenshot 10

    Try adding the following at the top of your current code and see if the button adjusts:

    .form-submit-button {
        width : 200px;
    }