Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375188

    hi, im trying to fix horizontal line mailchimp subscription form and i cant make it work, this is as far as i got:
    form code:
    <!– Begin MailChimp Signup Form –>
    <div id=”mc_embed_signup”><form id=”mc-embedded-subscribe-form” class=”validate” action=”*1″ method=”post” name=”mc-embedded-subscribe-form” novalidate=”” target=”_blank”>
    <div class=”mc-field-group”>Sign Up for Our Newsletter <input id=”mce-EMAIL” class=”required email” name=”EMAIL” type=”email” value=”” placeholder=”*Email Address” />
    <input id=”mce-FNAME” class=”required” name=”FNAME” type=”text” value=”” placeholder=”*First Name” /><input id=”mc-embedded-subscribe” class=”button” name=”subscribe” type=”submit” value=”Subscribe” /></div>
    </form></div>
    <!–End mc_embed_signup–>

    style.css:
    .mc-field-group{
    background-color: #ccffcc;
    padding: 10px;
    }

    #mce-email {
    float: left;
    margin:10px;
    }

    #mce-FNAME{
    margin:10px;
    }
    —————————————————–
    would be great if you can help me solve it
    regards
    cohen

    • This topic was modified 9 years, 3 months ago by coheno.
    #375368

    Hey coheno!

    Try adding this to your custom CSS.

    .mc-field-group { height: 60px; }
    .mc-field-group * { float: left; margin-right: 20px !important; }
    

    Cheers!
    Elliott

    #375690

    thanks a lot for the quick response! it works great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘mailchimp horizontal line form wont work’ is closed to new replies.