Dear Community Member.
How to make the footer items aligned to the center on mobile view ONLY?
https://sossascookies.myshopify.com/
Password: nawthi
Thank you.
A user sought help centering footer items specifically on mobile view for their Shopify store using the Crave theme.
Solution Provided:
Outcome:
The solution was successfully implemented and confirmed working by the original poster, who marked it as resolved.
Dear Community Member.
How to make the footer items aligned to the center on mobile view ONLY?
https://sossascookies.myshopify.com/
Password: nawthi
Thank you.
Hi @Gaiar
Try this one.
@media only screen and (max-width: 749px){
.footer-block__brand-info {
text-align: center !important;
}
.footer-block__image-wrapper {
margin: auto;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
text-align: center;
}
a.link.link--text.list-menu__item.list-menu__item--link {
justify-content: center;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much @Made4uo-Ribe
Worked perfectly