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.
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:
.footer-block--newsletter and .footer-block__list-social with flex-direction: column and alignment propertiesCurrent 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.
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.
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
Thanks for the info.
Do you mean like this?
This is the code.
.footer-block--newsletter {
flex-direction: column;
}
ul.footer__list-social.list-unstyled.list-social {
align-self: flex-start;
}
If not would you mind to explain more further. Thanks!