Hi, having great experience so far.
My question is, how do I center the newsletter section on home page? It looks like this:
So far, I’ve been able to center the text as seen above by editing the newsletter.liquid file. I added the following (first line): style="margin: 0 auto; padding: 20px; width: 100%; text-align: center;
I didn’t come up with a way how to center the “Your Email” box and “Subscribe” button. Any help is appreciated!
Hello SirVladimir,
Please share your site url.
So that i can check and let you know the exact solution here.
The site URL is go-imagination.com. Still protected by password iazeff.
Thank you!
Dear SirVladimir,
In theme → Online Store → Action → Edit code →
Go to the Assets → open theme.scss.css
Then paste this code at the bottom of file
.newsletter-section .input-group {
margin: 0 auto;
}
1 Like
That did the trick. You rock and I thank you with my whole heart!
Is there a similar solution for the simple theme? I’d appreciate your help!