Need help moving email subscription to footer section?

How do I move the subscription in footer. I have attached a photo of where I want it.

I would like it under the heading section in the footer

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://c77750-2.myshopify.com/

There is no password

Hello @noborumelb ,

I understand you are looking to change the “Newsletter Subscription” form position in your footer section.

Please add the below mentioned code in your theme.liquid file for the desired change.

Steps -:

=> Go to Online Store → Themes → Click on Three Dots → Edit Code.

=> Search and open theme.liquid file.

Now, add the below mentioned code at the bottom of the theme.liquid file before tag and save.

@media screen and (min-width: 750px) { .footer-block__newsletter { padding-left: 60%; } }

=> https://prnt.sc/9KrwTtiLfTT3

Output -:

I hope the code helps you.

Please let me know if you have any query.

Thank you.

Good afternoon!

I would like to move the unsubscribe link to the header as per the example below. Can you provide the code instructions to do that?

Thank you!