Textbox Field: Placeholder Covered by Icon.

  • aekjobs
    Asked on June 21, 2016 at 8:19 AM
    2. The first character of the form field gets truncated.  As you can see Name becomes Ame and so on.  I think its the icon which overlaps.  Is there anyway this can be overcomed
  • Chriistian Jotform Support
    Replied on June 21, 2016 at 9:13 AM

    Hi,

    Can you please inject this custom CSS to your form?

     

    .form-textbox {

        padding-left: 70px;

    }

     

    To inject CSS to your form, please see How to Inject Custom CSS Codes.

     

    The result should be as follows.

     

    Textbox Field: Placeholder Covered by Icon Screenshot 20

     

     

  • aekjobs
    Replied on June 22, 2016 at 10:41 PM

    Thanks Chriistian!