change footer links and socials location

Hi @tarekanani

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.footer__block.footer__block--socials {
    position: absolute;
    right: 0;
}
.footer__content {
    position: relative;
}

Here is the result:

I hope thís helps

Best,

Daisy