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,
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.
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:
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;
}