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

Hi @HanMar ,

Would you mind to share your URL website with password?

Thanks!

Hey, @HanMar

It sounds like you want to move the newsletter signup closer to the loyalty program messaging. I’m confident one of our Shopify experts would be able to accomplish this at a reasonable price.

Just wanted to share this as an option in case you are unable to find a coding solution in your thread.

If there is anything else I can help you with, please let me know.

Thank you for the information,

I manage to move it on the bottom of the “JOIN OUR COMMUNITY”. But still have a lot to edit for the styles. For fixing this properly better to hire some expert developers.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “section-footer.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.footer__content-top.page-width {
    position: relative;
}
.footer-block__newsletter {
    position: absolute;
    bottom: 150px;
}

Please remove first the padding-right, it cant be remove by the code need to edit inside.

Result:

I hope it help.

Thank you for the reply, can you help me align it with the text on the right side?

I try it. But need editing inside your base.css. Reduce the width to 100%.

This one reduce again the padding right. (5px) its in the custom.css i think.

Ribe_Dagandara_1-1685392154066.png

Result:

I hope it help.

Hi Ribe, that worked thanks a lot!, i have another issue the mobile version is a little off, can you help me move the newsletter below join our community for the mobile version?

Im already expecting that let me see what can I do for that.

Thank you!

This is for the mobile.

@media only screen and (max-width: 414px) {
.footer-block__newsletter {
    position: absolute;
    bottom: 10px;
    padding: 0px !important;
}
}

Result:

I hope it helps.

Thank you! it worked!

Welcome, Happy to help. :blush: