Hi guys,
I’ve been looking on every thread for this topic on your support page but it seems it’s not working for me.
Here is the page of my customer : http://www.olivierchapron.com/ In the bottom of the page there is a malchimp sign up form, I’d like it to be in a single line like a banner.
Could help me with that?
Thanks,
Joffrey
Hi idoineconseil!
Try adding this inside a codeblock element in the page content.
<style type = "text/css">
.mc4wp-form-fields > p:nth-child(2) {
margin-top: 33px;
}
.mc4wp-form-fields p {
float: left !important;
margin-right: 30px;
}
</style>
Regards,
Elliott