Mailchimp Question - by kkszeto8 - on WordPress WooCommerce support

This topic has 9 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: kkszeto8
    kkszeto8
    Participant
    January 14, 2016 at 13:33

    Hi,

    I just generated the Mailchimp (Newsletter HTML) and used the code [mc4wp_form] to input my grids on landing page. However, I would like to move the from left to right and it won’t me to do it. Could you please help me to fix the location?

    My Ideal output
    2016 01 14 202942

    And now
    2016 01 14 202858

    Thank you so much for oyur great help!

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: kkszeto8
    kkszeto8
    Participant
    January 14, 2016 at 13:34

    Here is my login info

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 13:58

    Hello,

    Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.

    .mc4wp-form {
        float: right;
    }

    Regards,
    Robert Hall.

    Avatar: kkszeto8
    kkszeto8
    Participant
    January 14, 2016 at 14:03

    Thks and how can make the “Subscribe icon” stick to Email bar?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 14:08

    Try this code in Global Custom CSS.

    #mc_embed_signup input.email{
        float: left;
    }
    #mc_embed_signup .button{
        height: 39px;
    }

    Regards,
    Robert Hall.

    Avatar: kkszeto8
    kkszeto8
    Participant
    January 14, 2016 at 14:23

    Hi Robert,

    Thank you for your assist!!
    But seems like result is like this
    2016 01 14 211934

    Could you mind login to my site and check 1 more time for me ? Thank you so much!!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 15:02

    Hello,

    I’ve added the following code in Global Custom CSS. Please check.

    .mc4wp-form {
    width:450px;
        float: right;
    }
    
    #mc_embed_signup input.email{
        float: left;
        width:72%;
        line-height: 26px;
        padding: 0px 12px;
    }
    #mc-embedded-subscribe{
        float: right;
        margin: 10px 0px;
        height: 40px;
    }

    Regards,
    Robert Hall.

    Avatar: kkszeto8
    kkszeto8
    Participant
    January 14, 2016 at 15:59

    You are the best Robert!!!

    You save my life!!!

    Cheers!
    Keith

    Avatar: Eva
    Eva Kemp
    Support staff
    January 14, 2016 at 16:17

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

The issue related to '‘Mailchimp Question’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.