Reply 199373 to: Problem trying to change the Mailchimp Layout

Avatar: Rose Tyler
Rose Tyler
Support staff
September 12, 2018 at 13:26

Hello,

Please add this code in Global custom css:

.mc4wp-form input[type="submit"] {
    right: 8%;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    width: 145px !important;
    height: 50px !important;
    color: #fff !important;
    background: #26172c !important;
    font-family: Yantramanav;
}
.mc4wp-form input[type="submit"]:hover {background: #ff83a0 !important;}
.mc4wp-form input[type="email"] {
    width: 77%;
}

and this in Custom css for mobile:

.mc4wp-form input[type="submit"] {
    top: 80px;
    float: none;
    text-align:  center;
    left: 35%;
}
.mc4wp-form input[type="email"] {
    width: 100%;
}

Let us know the result.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.