All things Shopify and commerce
This is an accepted solution.
Hi @emotionaldebt22 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media only screen and (max-width: 600px) {
.footer-block__details-content .list-menu__item--link{
justify-content: center;
}
h2.footer-block__heading {
justify-content: center;
display: flex;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
To center the footer menu on the Taste theme in Shopify, adjust the theme settings or styling options to align the menu items in the center. If you encounter any challenges, I'm here to assist further.
ive checked every section in the theme settings but no luck. i think this needs to be coded in
This is an accepted solution.
Hi @emotionaldebt22 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media only screen and (max-width: 600px) {
.footer-block__details-content .list-menu__item--link{
justify-content: center;
}
h2.footer-block__heading {
justify-content: center;
display: flex;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
thank you very much!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025