Email Form Customization

Hi guys and gals -

on https://lifescaling.me, I am trying to get them email field and subscribe button on the same line.

Can you please assist?

This is what I need to do but this code does not work for me:

Thanks,
Dan

Hey Dan,

Thank you for reaching out to us. To achieve this, please add the following code in the Theme Options > CSS:

@media screen and (min-width: 768px) {
    .tco-subscribe-form {
        max-width: 100% !important;
    }

    .tco-subscribe-form fieldset {
        display: inline-block !important;
    }

    .tco-subscribe-form fieldset input {
        margin-bottom: 0 !important;
    }
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

That worked-- but then I had to make some changes. Can you please help me put the three fields on one line with the button below?

Thanks!

Hello @dpasker,

I am already seeing this:

This form is coming from Infusionsoft Opt-in Form plugin. You may need to consult the documentation of this plugin to know more how you can add more field to it.

Thank you for your understanding.

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