Mail Forms - Email and Subscribe on Same Line

Hello,

I’ve read a few forum posts here, but none of it worked for me.
https://luminacbd.com/

I just want to make the subscribe button be to the immediate right of the email form.
And then have that content be centered in whatever column i drop it into.

Also, there’s a drop shadow that didn’t go away when i changed the button style to flat.
Any idea what’s up with that too?

Thanks,

Jesse

Hello Jesse,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

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

.tco-subscribe-form input[type="email"] {
    margin-bottom: 0;
}

.tco-subscribe-form {
    display: contents;
}

.tco-subscribe-form input[type="submit"] {
    text-shadow: none;
    box-shadow: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Perfect, thank you!

You’re welcome, glad we could help.

Cheers!

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