I’m trying to get the email and the submit button to appear in the same line, on both desktop and mobile
#x-subscribe-form-193 fieldset {
display: inline-block;
width: 33%;
}
#x-subscribe-form-193 fieldset input {
margin-bottom: 0;
margin-top: 1px;
}