How can I add social icons under the logo in Dawn theme?

How I can add social icons under the logo?

1 Like

@Faith911

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:

Thanks for your good question.

Please share your site URL,

I will check out the issue and provide you a solution here.

https://manchesterpk.myshopify.com password = 1

https://manchesterpk.myshopify.com password = 1

1 Like

@Faith911

thanks can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px) {
.footer__content-top {position: relative;}
.footer-block__newsletter+.footer__list-social {
    position: absolute;
    top: 150px;
}
}
2 Likes

Thanks