How can I reposition my newsletter closer to the loyalty program?

can someone help me move my newsletter up closer to Join our loyalty program?

feel free to direct message and i will provide the necessary info

Hello @HanMar ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Templates → footer.liquid file → add this following code

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-title {
  margin-bottom: 10px; /* Adjust the margin as needed */
}

.footer-newsletter {
  margin-top: 10px; /* Adjust the margin as needed */
}

Save changes

Hope this can help.

Ali Reviews team.

1 Like

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.