How can I rearrange the contents of my Dawn theme footer?

Hi, I am wanting to move the contents of my footer so all in a line as per below. Please could someone assist with this? Thanks in advance!

my site is https://strawberrymlk.com/ and password str@wb3rry

1 Like

Hi @strawberrymlk .

I understand that you want to move the contents of the footer higher.

Try this.

  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-block__newsletter {
    margin-bottom: 60px;
}
ul.footer__list-social.list-unstyled.list-social {
    margin-bottom: 80px;
}

Apply display flex style on outer div and then apply align-items start in css file in theme code. It will become in one line