How can I set up a two-column email sign-up form?

Hi,

I’m trying to have the standard email sign-up banner on 2 columns

text on the left

email field on the right

Is there an easy way to do that?

Thanks for the help.

Hi @julienamoseeds

Please drop your store link here we can check and provide solution

my bad i forget to mention i’m using dawn theme

here is the link:

https://lr7hxjdoww8gwaqi-67050963196.shopifypreview.com

Hi @julienamoseeds

Which section do you want to change?

the green one

Please add thi code at the bottom of your base.css file in Online store > Themes > Edit code

#shopify-section-template--16913181671676__dcaf565f-c39f-419c-9587-8bed21df453a . newsletter__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#shopify-section-template--16913181671676__dcaf565f-c39f-419c-9587-8bed21df453a .newsletter__subheading {
    margin-right: 12px;
    margin-left: 0;
    margin-top: 2rem;
}

it doesn’t work

Ohh, mistake in code a little bit, pleas correct to this

#shopify-section-template--16913181671676__dcaf565f-c39f-419c-9587-8bed21df453a .newsletter__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#shopify-section-template--16913181671676__dcaf565f-c39f-419c-9587-8bed21df453a .newsletter__subheading {
    margin-right: 12px;
    margin-left: 0;
    margin-top: 2rem;
}