Hi there,
Please let me know, how i can move social icons under newsletter and add ‘Follow us’ above them?
Hi there,
Please let me know, how i can move social icons under newsletter and add ‘Follow us’ above them?
Please share the store URL ?
Please share your site URL,
I will check out the issue and provide you a solution here.
.footer-block--newsletter {
flex-direction: column;
align-items: flex-start;
}
.footer-block--newsletter {
display: flex;
flex-direction: column;
align-items: flex-start;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hey @jehan70
Follow these steps
It worked, but how to add ‘Follow us’
hi @jehan70
You can follow this step to make “follow us” on footer
Step1: go to navigation => click footer menu
Step2: add menu item
Step 3: add title you want and link URL then click save
Hope this answer helps.
Best regards,
Victor | PageFly
@jehan70 Please send me store url.
.footer-block__newsletter + .footer__list-social::before {
content: 'Follow Us:';
position: relative;
left: 0;
width: 100%;
}
.footer-block__newsletter + .footer__list-social{
justify-content: flex-start;
}
ul.footer__list-social.list-unstyled.list-social {
padding-top: 20px;
}