Centering placeholder text in Mailchimp extension

Is there a way to get the placeholder text in a MailChimp extension form to be centered? I’m talking about the placeholder text inside a form field like First Name, Last Name or Email Address where the user then enters their info.

This is my website :
http://discoverweekends.com/

Tried adding this line of code under customizer but still no success

.x-subscribe-form input[type=“text”], .x-subscribe-form input[type=“email”] {
text-align: center;
}

Hi @Montuya,

Thanks for reaching out.

That CSS will only center the input text, but please check this https://css-tricks.com/almanac/selectors/p/placeholder/.

It has the different effect per browser so it’s not recommended to alter the alignment as the consistency across devices will be affected. Hence, you’ll have to create multiple combinations to fully achieve that.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.