Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #286012

    Hi, I know this was discussed before, and I tried all solutions I found, but none seem to work.

    I added the slim mailchimp signup form code to a custom widget area and cannot seem to get the form field and button to sit on the same line. Would appreciate any input, as none of the other solutions worked for me.

    The website is http://www.philipjackson.com.au

    #286013

    also, is there a way to style the button the same way as the button in the bottom right hand corner of the footer? thanks so much. Corina

    #286040

    Hey!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    #mc_embed_signup input.button {
    float: left;
    width: 35%;
    clear: none;
    background-color: #4ccdde;
    color: #ffffff;
    border-color: #2aabbc;
    }
    
    #mc_embed_signup input.email {
    width: 45%;
    float: left;
    clear: none;
    }

    Best regards,
    Ismael

    #286068

    Hi Ismael
    Thanks so much for getting back so fast. I just tried it and unfortunately it doesn’t work…. is there anything else I am doing wrong?
    Appreciate your help. Thanks. Corina

    #286078

    Hi!

    Thank you for the update.

    It is working when I’m testing it on Chrome. Please use this on custom.css:

    #mc_embed_signup input.button {
    float: left !important;
    width: 35% !important;
    clear: none !important;
    background-color: #4ccdde !important;
    color: #ffffff !important;
    border-color: #2aabbc !important;
    }
    
    #mc_embed_signup input.email {
    width: 45% !important;
    float: left !important;
    clear: none !important;
    }

    Best regards,
    Ismael

    #286084

    Hi Ismael … no luck :( …. I tested in Firefox, Safari & Chrome for mac, all the latest versions.

    Corina

    #286085

    ps and I did empty the cache beforehand.

    #286498

    Hey!

    Please post the login details here and set it as a private reply. We would like to check it.

    Best regards,
    Ismael

    #286543
    This reply has been marked as private.
    #286886

    Hi Corina!

    Check it now:
    http://philipjackson.com.au/

    I added this:

    input#mce-EMAIL, #mc-embedded-subscribe {
        float: left !important;
        width: 50% !important;
        clear: none !important;
    }

    Regards,
    Josue

    #287458

    Perfect, thanks Josue.

    #287459

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mailchimp Sign Up form on one Line’ is closed to new replies.