No worries, solved by going through and finding a previous thread,
.mc4wp-form input[type="email"] {
display: inline-block;
margin-right: 10px;
max-width: 200px;
}
This code worked!
Will leave a 5 star review, great!
Hi,
Great plugin, I love it, I am trying to do the same thing,
I have added `.mc4wp-form label,
.mc4wp input {
display: inline-block;
width: 25%;
}`
to my child theme’s css but it still has the submit button on a line just bellow. Any ideas?