Adding Footer Social Icon To Header - Dawn Theme

is it possible to add the social media icons in footer to the header

website - https://the-style-luxe.myshopify.com/

password - reucho

thanks in advance!!

example:

https://vibes-theme.myshopify.com/

bloxpixie

@hasanali1

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
    position: relative;
}

ul.footer__list-social.list-unstyled.list-social {
    position: absolute;
    top: 110px;
    right: 415px;
    z-index: 99999999;
}

a.link.list-social__link {
    color:#fff;
}

Hi thanks for this! it worked but they disappeared from the footer. is there a way to keep them both in header and footer?