How can I relocate social media icons in my website footer?

Hello,

I would like to move the social media icons block to where the 3rd block text is currently placed on the screenshot.

Show me the answer!

Thanks,

Hey @lplabranche
Kindly share your Store URL and Password if enabled

https://toujours-faim.myshopify.com/

Password: encorefaim

Hey @lplabranche

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

did not work for me (it did nothing)

Thanks for your help anyway

Hi @lplabranche ,

The simplest way is to edit the css of the footer list social. Follow these steps:

Themes => Edit Code => Find base.css => Add the following code at the end of the file:

.footer-block--newsletter {
    position: absolute !important;
    margin-top: -190px !important;
    margin-left: 500px !important;
}

Result:

![view (65).png|1906x816](upload://bIwjliHK5JYf15hLjFhwixr9tk5.png)

Another way to edit is to edit the code in the liquid file, but this way needs access to the partner to be able to edit.

Hope it’s useful to you @lplabranche !