How to get email sign-up section in the center on the footer with Dawn Theme

Hello,

I am trying to get my email sign up section in the footer section in the center, please can anyone help.

Much appreciated.

1 Like

@WGE2022

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hello,

Thank you for your quick reply.

My URL is https://waveygirlessentials.com/ I’m unsure if it’s password protected, but if so the password is hi

1 Like

@WGE2022

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.footer-block--newsletter {
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.footer-block__newsletter {
    text-align: center !important;
}

form#ContactFooter {
    margin: 0px auto !important;
}

ul.footer__list-social.list-unstyled.list-social {
    justify-content: center !important;
    margin-top: 10px !important;
}
3 Likes

It’s now like this, but not in line with everything else

How would I get it in line with everything else?