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,
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:
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:
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 !