Shopify themes, liquid, logos, and UX
Help Me - How to center Copywrite & Payment Icon in Footer in Mobile View ?
Website - https://cdscds.store/
Hi @liteleraja ,
May I suggest to update code these steps to center payment icons on mobile:
1. Go to Store Online-> theme -> edit code
2. Assets/footer.css
3. Add code below to end of file
@media(max-width: 749px){
.m-payment-icons .m-payment-icons--list{
justify-content: center;
}
}
And it seems the copyright is centered.
Thank You . This worked .
One more help , please .
How to remove EXTRA SPACE at bottom/footer in mobile view ?
Hi @liteleraja ,
May I suggest add code below to Assets/base.css
@media(max-width: 749px) {
body .m-footer--bottom {
padding-bottom: 0;
}
body .m-footer__copyright {
margin-bottom: -24px;
}
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024