Hi
How to move social media in here?
Second question. Can I change icons color?
Thank you so much
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello .@ZestardTech
Sure no problem.
My website url https://hanklee182online.myshopify.com/
Password:teadri
Thank you very much
Hello there,
$(".section-footer-padding .footer__content-top").each(function(){
var html = $(this).find(".footer-block--newsletter").html();
$(this).find(".footer-block--newsletter").remove();
$(this).find(".footer-block.grid__item:last-child .footer-block__details-content").append(""+html+"
");
});
.footer-block.grid__item:last-child ul.footer__list-social.list-unstyled.list-social {
justify-content: flex-start;
padding-left: 0;
}
.footer-block.grid__item:last-child ul.footer__list-social.list-unstyled.list-social li.list-social__item:first-child a {
padding-left: 0;
}
Paste code in global.js and base.css file still no work.
I will try again
thank you so much
Hi ZestardTech
Sorry I tried again still no work.
Thank you
Hello there,
footer-block.grid__item:last-child ul.footer__list-social.list-unstyled.list-social {
justify-content: flex-start;
padding-left: 0;
}
.footer-block.grid__item:last-child ul.footer__list-social.list-unstyled.list-social li.list-social__item:first-child a {
padding-left: 0;
}
Hi ZestardTech
Sorry I tried paste code again still not working.
Thank you
Hi @HankLee182 ,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets → section-footer.css
.footer__content-top {
position: relative !important;
}
@media screen and (min-width: 750px) {
.footer-block--newsletter {
display: inline-block !important;
position: absolute !important;
top: 0 !important;
left: 72% !important;
}
}
@media (max-width: 749px) {
.footer-block--newsletter {
display: inline-block !important;
position: absolute !important;
top: 80% !important;
left: 4% !important;
}
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi PageFly-Victor
It’s working now.
Can I adjust icon more closer?
Thank you
Hello there,
a.link.list-social__link {
padding: 1rem!important;
}
Hi ZestardTech and PageFly-Victor
It’s working now.
Appreciate ![]()
Hi @HankLee182 ,
Great! I’m glad it works perfectly on your end ![]()
Hi @HankLee182 ,
You’re most welcome! ![]()