CSS to center all

  • GBHunte
    Asked on May 31, 2016 at 12:35 PM
  • Welvin Support Team Lead
    Replied on May 31, 2016 at 1:52 PM

    Can you clarify this? The form is already centered. You mean you'd like to center the text input as well? Like this:

    CSS to center all Image 1 Screenshot 20

    If yes, simply inject the following custom CSS codes to your form:

    input, textarea {

        text-align: center;

    }

    Here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes