Form Template Issues - Guest Blogger Form

  • dawnmccoy02
    Asked on March 5, 2019 at 12:55 AM

    How do I move the "hi" bubble over on the top of the form? 

    How can I get rid of the line under phone number and "area code" with a - that is appearing and the area code line drops down? 


  • Victoria_K
    Replied on March 5, 2019 at 6:10 AM

    You can add the following code to your form to move the bubble and to remove the separator:

    Related guide: How-to-Inject-Custom-CSS-Codes

    .phone-separate {

      display: none;

    }

    .form-all:before {

      right: -35em !important;

    }

    Let us know if you need more help.