How can I rearrange the footer on Dawn theme?

How can I rearrange the footer on Dawn theme?

strawberrymlk
Tourist
8 0 2

Hi, I am wanting to move my footer around, please could someone help me? Thanks in advance!

 

This is what is looks like now, I am trying to move the email sign up and instagram link so everything is in a line as per the arrows.

 

Screenshot 2023-06-01 at 13.07.48.png

Replies 4 (4)

Moeed
Shopify Partner
5409 1461 1749

Hey @strawberrymlk 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


strawberrymlk
Tourist
8 0 2

Hi thanks it is https://strawberrymlk.com

password is str@wb3rry

Moeed
Shopify Partner
5409 1461 1749

Hey @strawberrymlk 

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: 1024px) {
.footer-block__newsletter {
    margin-left: 300px;
    margin-top: -400px;
}
ul.footer__list-social.list-unstyled.list-social {
    margin-right: 80px !important;
    margin-top: -300px;
}
}
</style>

 

 

 

Capture.JPG


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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


strawberrymlk
Tourist
8 0 2

Thank you! Is it possible to move them both further up at all so fully in line? so the Be the first line is in line with the word search? Thanks 🙂