Shopify themes, liquid, logos, and UX
hey everyone
how can i center all the footer section the links and the text only on mobile?
thank you in advance 🙏🙏
bula.co.il
pass: geibee
Solved! Go to the solution
This is an accepted solution.
One more to delete this one.
If still not working then opn your theme.liquid. find the </body> tag.
And paste the code below.
<style>
@media only screen and (max-width:749px){
.list-menu__item {
justify-content: center;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
text-align: center;
}
}
</style>
And SAVE.
same like this.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @artiumc
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
sure
bula.co.il
pass: geibee
thanks🙏
Thanks for the info, try this one.
@media only screen and (max-width:749px){
.list-menu__item {
justify-content: center;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
text-align: center;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks for the comment!
Unfortunately it doesn't work
Oh okay, relplace on this one.
Same Instruction.
@media only screen and (max-width:749px){
.list-menu__item {
justify-content: center !important;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
text-align: center !important;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Nope
still not working
I check your base.css i think you paste it wrong. Please jut copy and paste dont need to edit anthing.
Please delete this one. This is not the same code i provided. And Paste exactly on the code what I provide. If you dont delete/remove this code in the image youll have problem in the future. Thanks!
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
im really appreciate your time and thank you for helping me🙏
I did what you said to do and it still doesn't work
This is an accepted solution.
One more to delete this one.
If still not working then opn your theme.liquid. find the </body> tag.
And paste the code below.
<style>
@media only screen and (max-width:749px){
.list-menu__item {
justify-content: center;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
text-align: center;
}
}
</style>
And SAVE.
same like this.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
THANK YOU VERY MUCH IT WORKED!
Hi @artiumc
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
ul.footer-block__details-content {
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.footer__content-top * {
text-align: center;
}
</style>
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hey thank you very much for the respond!
it worked but iy changed the footer on the dekstop also
i want it to be in the center only on mobile
what should i add to the code?
THANKS🙏
Hi @artiumc So sorry for my late response.
Please replace the code above with this new one to make it only apply for mobile
<style>
@media screen and (max-width: 767px){
ul.footer-block__details-content {
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.footer__content-top * {
text-align: center;
}
}
</style>
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025