Hello,
I am trying to get my email sign up section in the footer section in the center, please can anyone help.
Much appreciated.
Hello,
I am trying to get my email sign up section in the footer section in the center, please can anyone help.
Much appreciated.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
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
yes please try this code
.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;
}