• Resolved kelleykavanaugh

    (@kelleykavanaugh)


    I am trying to get this widget to display entirely on one line like a banner at the top of this website:
    http://nekothreesixty.com/

    For some reason when I add #mc_signup_submit to my css it doesn’t make the changes. It is over-ridden by the original css.

    These are the changes I have made to try and get all the areas on one line:

    /* Mail Chimp Widget changes */
    .widget {
    	margin: 0 0 0 0;
    }
    #mc_signup_form .mc_input {
    	float:left;
    	width: auto;
    }
    #mc_signup_form .mc_var_label {
    	display:none;
    }
    .subscribe-banner li {
    	list-style-type: none;
    }
    .mc_signup_submit {
    	margin: 0 0 0 0;
    	width: auto;
    }
    #mc_signup_submit {
    	margin: 0 0 0 0;
    	width: auto;
    }

    https://wordpress.org/plugins/mailchimp/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Kelley,

    Thanks for hopping in the forum. To find out why this css isn’t being applied, we’ll need a little more information.

    Do you mind sending us a link to the page that has the plugin and this css? Also where is this css being added?

    We look forward to hearing from you!

    -mc_d

    Thread Starter kelleykavanaugh

    (@kelleykavanaugh)

    Dominic –
    Thanks for your response! Unfortunately the site is live and I couldn’t leave it non-functional for very long. I fixed the problem by altering the css for the plugin itself, although that is obviously not preferred in case of updates.

    I went ahead and switched to Mailchimp for WordPress which is much more customizable. Although I’m having my own issues with that plugin, now, too.

    Thank you for your time!

    Kelley

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.mc_signup_submit not over ridden’ is closed to new replies.