Shopify themes, liquid, logos, and UX
I want to center the footer menu on mobile. I have it working for the pc version using this code:
@media screen and (min-width: 768px){
.footer__content-top .grid__item {
padding-left: 15rem !important;
}
.footer__content-top .grid {
margin-left: 10rem !important;
margin-right: 10rem !important;}
}
My website is: https://bladelighter.com/pages/696969
Solved! Go to the solution
This is an accepted solution.
Please Use this code
@media screen and (max-width: 767px){
.footer-block ul li a {
text-align: center!important;
display: block;
}
}
This is an accepted solution.
Please Use this code
@media screen and (max-width: 767px){
.footer-block ul li a {
text-align: center!important;
display: block;
}
}
yes, please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-footer.css->paste below code at the bottom of the file.
.footer__content-top .grid {
text-align: center;
}
.footer-block__details-content>li:not(:last-child) {
margin-right: 0;
}
But this does not centralize the menu options, it just centres the title.
@kashco can you please provide your store url so i will check and update you
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025