In my mobile view the submit button is below and halfway to the left, of the email field. Is there a way to center that? I’m using this code for the form:
.tnp-subscription-minimal input[type=submit] {
background-color: #414141!important;
color: #fff!important;
font-family: lato;
font-size: 10pt;
font-weight: normal;
text-transform: none;
width: auto!important;
}