How can I move SNS icons to the left in the footer?

Does someone know how to align sns icons to left?

I need to put them in the footer.

please Share Your Site Url

Thank you for your reply. This is my site

https://rinmo.jp/

Add this css in Base.css File

.footer-block--newsletter.scroll-trigger.animate--slide-in {
    justify-content: start;
}

@anna_tofu PLease share website url.

Hi Raj,

It does not work anymore. Maybe because I changed other layouts?

Do you have any idea why it does not aline to the left?

https://rinmo.jp

try This Css Add In your Base.css File

.footer .footer-block--newsletter {
    justify-content: start !important;
}

Thank you so much! It worked.