Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #543209

    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

    #543303

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.