How to change down theme footer arrangement from horizontal to Vertical?

Topic summary

A user seeks help converting their Dawn theme footer layout from horizontal to vertical alignment. After sharing their store URL (jy-music.com), a community member provides CSS code to achieve the vertical layout:

Proposed Solution:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Open the Assets folder and locate base.css, style.css, or theme.css
  • Add CSS targeting .footer-block--newsletter and .footer-block__list-social with flex-direction: column and alignment properties

Current Status:
The original poster clarifies they want a different footer arrangement than initially suggested, referencing a specific Shopify footer alignment style with an orange background (shown in attached image). The discussion remains open as they seek this alternative layout configuration.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

Hello, there,

If there is someone can help to change the footer arrangement?

Our previous theme is down, we want to change the footer arrangement from horizontal to Vertical.

1 Like

Hi @JINGJING1218

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Hi,

Can you please provide your store url

store url: jyr-music.com

store url:jyr-music.com

1 Like

Thanks for the info.

Do you mean like this?

This is the code.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.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:
.footer-block--newsletter {
    flex-direction: column;
}
ul.footer__list-social.list-unstyled.list-social {
    align-self: flex-start;
}
  • And Save.

If not would you mind to explain more further. Thanks!

Thanks for your help Ribe,

actually, the organge background is what our store already have, but we want to change it to like this Shopify footer alignment.

Is that possible?