• Resolved pixel8er

    (@pixel8er)


    Hi all
    I am using the MailChimp Super Slim embedded form on my site. I have added the code to a text widget. I would like to be able to:

    1. Move my MailChimp subscribe button to be next to the email address field. At present it is below it.

    2. Remove the radius from the subscribe button and the email address box corners.

    3. Change the width of the subscribe button and email address box to align with the social media buttons above them.

    4. Change the thickness of the subscribe button and email address box to make them thinner.

    I’ve had a look at the MC code and can’t see anywhere in there to make these adjustments

    If you want to have a look the website address is:
    http://cadsmarter.com

    Thanks
    Paul Stafford

Viewing 1 replies (of 1 total)
  • Thread Starter pixel8er

    (@pixel8er)

    OK I’ve been playing around and have got it a little bit closer to what I want. The code I’m using is:

    <!-- Begin MailChimp Signup Form -->
    <link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #mc_mv_EMAIL.mc_input {float:left;}
    input.button{float: right;}
    #mc_signup_submit.button {
    background: #293f5e;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    }

    Anyone know how to get the subscribe button up next to the email field?

    http://cadsmarter.com

    Thanks
    Paul

Viewing 1 replies (of 1 total)

The topic ‘Move MailChimp subscribe button’ is closed to new replies.