How to align the header "contact" with the fields below?

  • paulweber123
    Asked on November 19, 2015 at 12:24 PM
    2. How to align the header "contact" with the text & fields below
  • Welvin Support Team Lead
    Replied on November 19, 2015 at 12:27 PM

    Inject the following custom CSS codes to your form:

    li#id_8 {

    margin-left: -5px;

    }

    The same steps from the given guide in your original thread.

    Thanks