How I can add social icons under the logo?
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
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
thanks can you please try this code
- Go to Online Store->Theme->Edit code
- 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