.mc_signup_submit not over ridden
-
I am trying to get this widget to display entirely on one line like a banner at the top of this website:
https://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; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘.mc_signup_submit not over ridden’ is closed to new replies.