How to center all the text in the form?

  • staffingville
    Asked on October 16, 2017 at 9:32 PM

    I am trying to center the label alignment and options, but it is not working. There is no center button only left, right, or top. My form is here

  • Kevin Support Team Lead
    Replied on October 17, 2017 at 12:32 AM

    This should be achieved injecting the following CSS code: 

    .form-all, label, th, tr, input {

        text-align: center !important;

    }

    This guide will help you injecting the code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.