• Hello,

    I am trying to center the placeholder text vertically on the horizontal contact form on this page. Thanks for any help you can give me.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @kmelen,

    You can center your inputs placeholder adding the following CSS rule in your Dashboard > Appearance > Customize > Additional CSS, don’t forget to click on Publish button:

    .wpcf7-form input::placeholder {
        text-align: center;
    }

    Best regards,
    Yordan.

Viewing 1 replies (of 1 total)
  • The topic ‘Center dropdown placeholder vertically’ is closed to new replies.