Shopify Refresh Theme Footer

iamtricia
Tourist
12 0 3

Hello everyone i need some help with these shopify refresh theme footer, this is my recent footer and i want to move the newsletter above and the socials below of the newsletter just like on this below.

 

screenbud-eb29bdfb-a9bc-49d0-90ce-def75f1fdfe9.pngscreenbud-60f5b98e-8127-4cc3-8933-2f3c5062c874.png

Replies 4 (4)
Moeed
Shopify Partner
3041 756 918

Hey @iamtricia 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
iamtricia
Tourist
12 0 3

https://ff8eb7.myshopify.com/ this is my store, no domain yet.

Moeed
Shopify Partner
3041 756 918

Hey @iamtricia 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.footer-block--newsletter {
    margin-bottom: 50px !important;
}
.footer__content-top.page-width {
    display: flex !important;
    flex-flow: column-reverse !important;
}
}
</style>

RESULT:

Moeed_0-1699353775266.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
iamtricia
Tourist
12 0 3

can we put the social below of the newsletter?