How can I relocate social media icons within a webpage footer?

Hello,

I would like to move social media icons to be inline and right justified in the same footer section as the copyright text as outlined in the below screenshot.

Any help and direction would be much appreciated!

Hey @cam-mason ,

Use this in Custom CSS,

.footer__aside {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

Thank you @ThePrimeWeb , it worked perfectly!

No Worries @cam-mason . Please also help to mark my response as the solution.

Thanks!

This is one of the website Atique Trader where i was trying to the same, but not looking great at the end.