• Resolved Philipp117

    (@philipp117)


    Hi there,
    I’m trying to use a placeholder in my form but I have the issue that the placeholder in a normal text field has a different margin to the placeholder in a textarea which just looks bad. Any idea how to solve this?

    Screenshot

    Thank you very much,
    Philipp

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Philipp117

    (@philipp117)

    Okay it seems to be a theme related problem… any idea on how to solve this with CSS?

    Your textarea probably doesn’t have padding
    try to add this code to your CSS:

    .wpcf7 textarea {
        padding:10px;
    }

    you can change the 10px to whatever size you want

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Placeholder in textarea to far left!?’ is closed to new replies.