All things Shopify and commerce
Trying to align both mobile and desktop.
Before I started trouble shooting mobile was aligned perfectly
After I inserted this code in theme.liquid - my desktop version aligned center but my mobile stop aligning center:
<style>
.footer__content-top{
text-align: center;
}
.footer__content-top a.link.link--text.list-menu__item.list-menu__item--link {
text-align: center;
display: inline-block;
}
</style>
---
I just want both to be aligned center. Any help?
Dawn
website link: theminoritynyc.com
desktop version
mobile version
Solved! Go to the solution
This is an accepted solution.
Hi @minoritywetrust,
Can you try updating your above css with below given
<style>
.footer__content-top{
text-align: center;
}
@media screen and (min-width:750px){
.footer__content-top a.link.link--text.list-menu__item.list-menu__item--link {
text-align: center;
display: inline-block;
}
}
</style>
And let me know if the issue still persists
This is an accepted solution.
Hi @minoritywetrust,
Can you try updating your above css with below given
<style>
.footer__content-top{
text-align: center;
}
@media screen and (min-width:750px){
.footer__content-top a.link.link--text.list-menu__item.list-menu__item--link {
text-align: center;
display: inline-block;
}
}
</style>
And let me know if the issue still persists
Thank you kindly. 🤘🏾
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025