How can I move up clinic location form field so that there is equal amount of space between each form field?

  • AdminRSCM
    Asked on September 28, 2017 at 11:25 AM

    How can I move up clinic location form field so that there is equal amount of space between each form field?

  • Jan
    Replied on September 28, 2017 at 11:37 AM

    Please inject this custom CSS code to hide the Sub-label of the Phone Number field:

    #sublabel_masked {
    display: none;
    }

    Here's the result:

    How can I move up clinic location form field so that there is equal amount of space between each form field?
Image-1

    Hope that helps. Thank you.