Hi,
I want to increase the email field of newsletter mailchimp in my footer..
Currently im using below css code (using mailchimp shortcode in my widget, instead of whole code as given in atelier example):
.mc4wp-form label,
.mc4wp-form input[type=”text”],
.mc4wp-form input[type=”email”] {
display: inline-block !important;
width: 70%;
}
How can i enhance to increase the email field of mailchimp?
Please see the screenshot first (original) and screenshot second (which i want to achieve)..
Ori field -> https://www.dropbox.com/s/blghskbpw7eyukw/newsletter-field-ori.png?dl=0
Trying to achive field -> https://www.dropbox.com/s/v2uxxpxz0n1pxfi/newsletter-field-trying-to-achive.png?dl=0
Your help is much appreciated!