Contact form 7 inline

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;
}

Hello @Edwire,

Please make sure that you are using the latest version of the extension. And then update your custom CSS and use this:

 #tco-subscribe-form-193 fieldset {
	display: inline-block;
	width: 33%;
}

#tco-subscribe-form-193 fieldset input {
	margin-bottom: 0;
	margin-top: 1px;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.