SignUp button not aligned properly
-
https://i.gyazo.com/9db4061ddf13b41a9c71261a98e43bb5.png
Please see the Sign Up button is not aligned with the field properly.
Hello,
This bug occurred after Mailchimp plugin update. Please add this code to custom CSS area in the Theme Settings in order to correct:
.mc4wp-form>div>p:first-child {
-webkit-box-flex: 1;
-ms-flex: 1 1 200px;
flex: 1 1 200px;
max-width: 290px;
width: 100%;
margin-top: 20px;
}
.mc4wp-form>div>p {
margin-left: 25px;
margin-right: -17px;
}
We shall fix this bug in one of our nearest updates.
Regards
If i enter copy & paste this code into custom css then after update what happen to this code?
when will new update come so that i can wait for update, because my site is not launched yet.
Yes, we will fix it in the next update that will be released during the next few weeks.