Align form input and submit button

Hi there, in the footer of my website (lcnv.co) I cannot get the “sign up for the newsletter form” to align with the “go” button. Any idea how to make that happen? I want them to be side by side. Thanks.

Hello @litcouncilnova,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

footer.x-colophon.bottom input[type="text"] {
    margin-bottom: 0;
}

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

For the CSS code itself, I suggest that you get started with this tutorial:

Thanks.

1 Like

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