Hello,
I want to move the the footer text below the shopify copyrights text. Image shows how it is as of now.
Store link: https://0bc922.myshopify.com/
Hello,
I want to move the the footer text below the shopify copyrights text. Image shows how it is as of now.
Store link: https://0bc922.myshopify.com/
Hi @randomchikibum ,
Try this one.
.footer__content-top.page-width {
padding-bottom: 0px;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
padding-top: 0px;
border-top: none;
}
Result:
I hope it help.