Center email sign up form in footer dawn theme

Center email sign up form in footer dawn theme

JordiP
Explorer
53 0 10

Hello,

 

I need to center the email sign-up section in the footer section of my store. Any help is appreciated, thank you.

 

Screenshot 2024-10-01 at 09.52.00.png

Store: https://bb9f8c-ac.myshopify.com/en

Pass: pongia

Reply 1 (1)

Tech_Coding
Shopify Partner
514 132 131

Hello @JordiP 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 750px) {
   .footer-block__newsletter:not(:only-child) {
       text-align: -webkit-center !important;
    }
}
</style>

Tech_Coding_0-1727769561907.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.