Hello
on the footer of my home^page i had a mailchimp form who lose his css
The class is .abonnement
I put a margin top 10px !important but the button is always in bug … ( is under the mail field ) like the pic
`.abonnement {
display: block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
float: none;
z-index: auto;
width: 160px;
height: auto;
position: static;
cursor: pointer;
opacity: 1;
margin-top: 10px !important;
padding: 9px 20px;
overflow: hidden;
border: 1px solid;
-webkit-border-radius: 0;
border-radius: 0;
font: normal 19px/1 “Oswald”, Helvetica, sans-serif;
text-transform: uppercase;
color: rgba(0,0,0,1);
text-align: center;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
background: #ffffff;
-webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.8) ;
box-shadow: 3px 3px 0 0 rgba(0,0,0,0.8) ;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}`