Hello,
I need to center the email sign-up section in the footer section of my store. Any help is appreciated, thank you.
Store: https://bb9f8c-ac.myshopify.com/en
Pass: pongia
A user seeks help centering the email sign-up form in the footer of their Dawn theme Shopify store.
Proposed Solution:
theme.liquid file</body> tagCSS Code Provided:
@media screen and (min-width: 750px) {
.footer-block__newsletter:not(:only-child) {
text-align: center !important;
}
}
The solution targets screens 750px and wider, applying center alignment to the newsletter block when it’s not the only child element. The responder requested feedback on whether the solution worked and asked for the answer to be marked as accepted if successful.
Hello,
I need to center the email sign-up section in the footer section of my store. Any help is appreciated, thank you.
Store: https://bb9f8c-ac.myshopify.com/en
Pass: pongia
Hello @JordiP
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.