Footer: Move social media icons in dawn theme

I have moved the newsletter form and social media icons to the 3rd column of the footer.

Unfortunately, however, the social media icons are now next to the newsletter form, and not below it. Can someone help me with the css adjustment?

website is https://jasata.myshopify.com/

@jonny_jasata ,

.footer-block--newsletter.grid__item {
    display: flex;
    flex-direction: column;
}

ul.footer__list-social.list-unstyled.list-social {
    justify-content: left;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

@jonny_jasata

Add the following CSS code to your assets/base.css bottom of the file.

.footer-block--newsletter.grid__item {
    display: flex;
    flex-direction: column;
}

ul.footer__list-social.list-unstyled.list-social {
    justify-content: left;
}

Thanks!

@profit_chroma

One of the most common reasons for upgrading to a premium theme is design. Shopify’s free themes may be solid and functional, but you don’t have to look hard to find something lacking in their look and feel. Premium themes offer more variation, more options for customization, and a richer customer experience.