Home Forums WoodMart support forum SignUp button not aligned properly

SignUp button not aligned properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45943

    Lateefuddien
    Participant

    https://i.gyazo.com/9db4061ddf13b41a9c71261a98e43bb5.png

    Please see the Sign Up button is not aligned with the field properly.

    #45962

    Artem Temos
    Keymaster

    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

    #45981

    Lateefuddien
    Participant

    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.

    #46012

    Artem Temos
    Keymaster

    Yes, we will fix it in the next update that will be released during the next few weeks.

Viewing 4 posts - 1 through 4 (of 4 total)