Having button width issues, I cannot make it wider

  • danblock
    Asked on August 17, 2019 at 4:54 PM

    I am trying to change my button width to 400px and it is not working. ive tried it with the advanced editor and i have also tried to do it thru css. it will not accept my changes.

  • John_Benson
    Replied on August 17, 2019 at 6:15 PM

    Please try to inject this custom CSS code in order to increase the width of the Submit button:

    #input_13 {
    width: 400px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.
    Here's the result:

    1566080040submbut Screenshot 10

    Let me know if there's anything else I can help you with.