CAn you tell me why the "Question Text" which is "Address" is not left aligned as is in th above field?

  • npapadmin
    Asked on October 23, 2018 at 3:58 PM

    CAn you tell me why the "Question Text" which is "Address" is not left aligned as is in th above field? It reads "Lable Alignment: Left"?

    See screen shot please.

    1540318374Capture Screenshot 10

  • David JotForm Support Manager
    Replied on October 23, 2018 at 4:09 PM

    It is not aligned like the "Name" field, because you have injected a CSS code in the form that alters the alignment. You may delete it to fix the issue.

    This is the code that you need to look for in your form's CSS area, and remove:

    ul.form-section.page-section li:nth-child(n+4):nth-child(-n+5) label, ul.form-section.page-section li:nth-child(n+8):nth-child(-n+9) label {

        text-indent : 15px !important;

    }

    Example:

    1540325287remove Screenshot 10

    Open a new thread if you need anything else, we will be glad to assist you.