The Area Code sub label is behind the input field. How do I move it back to where it belongs?

  • dlsnelson
    Asked on April 9, 2018 at 11:04 AM
  • Nik_C
    Replied on April 9, 2018 at 12:47 PM

    Please insert the below CSS code to your Custom CSS Field:

    label#sublabel_area {

        margin-top: 33px;

        margin-left: -62px;

    }

    It should look like this:

    1523292415Screen Shot 2018 04 09 at 6 Screenshot 10

    Let us know how it worked.

    Thank you!