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;
}