Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #25640

    Hi,

    I have a few css tweaks to the MailChimp plugin:

    /*

    MailChimp

    ================================================== */

    /* Note: Submit knapp i embed html blir synlig */

    #mc_embed_signup .clear {

    display: block;

    visibility: visible;

    height: auto;

    width: auto;

    }

    /* Note: skjuler required txt i plugin */

    #mc-indicates-required {

    display: none;}

    }

    /* Note: Venstrestiller og fjerner labels */

    #mc_signup_form .mc_input {

    float:left;}

    #mc_signup_form .mc_var_label {

    display:none;}

    }

    /* Note: Venstrestiller button i plugin */

    .mc_signup_submit {

    text-align: left;

    }

    The last one only works alone in quick css. Why?

    #127673

    Hi webpress,

    Do you mean the last declaration or that its only partially effecting your mailchimp form. If you can provide a link to the page showing the form we can inspect it live and see what might be causing some of it not to take effect.

    Regards,

    Devin

    #127674

    Do you have an email? Its private….

    #127675

    You can use a url obfuscator like this http://goo.gl/ to keep the url private.

    #127676

    Well..it will still be clickable to everyone on the forum.

    Email?

    #127677

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    #127678

    Sent…

    #127679

    Hi,

    Try to add !important.

    /* Note: Venstrestiller button i plugin */
    .mc_signup_submit {
    text-align: left !important;
    }

    I’ll tag Devin.

    Regards,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘MC quick css vs custom.css’ is closed to new replies.