badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Styling Mailchimp forms

#10207

Hi Weliajolijn,

Simply Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button and your are all done.

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="password"] {
    margin: 0 15px;
    width: 20%;
}
@media only screen and (max-width: 767px) {
    #mc_embed_signup input[type="text"],
    #mc_embed_signup input[type="email"],
    #mc_embed_signup input[type="password"] {
        margin: 0 0 30px;
        width: 100%;
    }
}

Hope this helps.
Thank you for using our theme.