Last Name Field Alignment

  • BirchwoodConstruction
    Asked on April 5, 2019 at 4:45 AM

    Hello! I am having trouble with the Last Name field alignment. It is aligning under Middle Name, rather than on the right side under First Name. How can I fix this issue? Thank you, I appreciate it!

  • Victoria_K
    Replied on April 5, 2019 at 6:12 AM

    You can try adding the following CSS to decrease the heigh of first name box. Then, last name should be moved to the left:

    #cid_377 > div:nth-child(1) > span:nth-child(1) {

      max-height: 43px;

    }

    How-to-Inject-Custom-CSS-Codes

  • BirchwoodConstruction
    Replied on April 5, 2019 at 6:19 AM

    Amazing, thank you!