Hi, can anyone help me? I want my footer links to be centered but the logo beside it is preventing it.
please see the image. Thank you in advance.
Hi, can anyone help me? I want my footer links to be centered but the logo beside it is preventing it.
please see the image. Thank you in advance.
Hi, @sweetchin23 .
KIndly share your store URL and password!
https://halo-m.com/password
yiflow
Hello There,
.footer-block.grid__item.footer-block--menu {
text-align: center;
}
.footer__content-top.page-width {
align-items: baseline;
}
Hi, @sweetchin23 .
Follow these Steps:
Result:
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!
Hello @sweetchin23 ,
I understand you are looking to display the footer links in between the logo and Instagram icon.
You can fix this issue by implementing the below mentioned steps-:
Go to Online store → Themes → Click on Three dots(Action) → Edit code
Now, Search for the theme.liquid file and open it.
Next, add the below mentioned code at the bottom of the file before tag.
After implementing the code output will look like this https://prnt.sc/bqNlTtHgoVg0
I hope it helps
Please let me know if you have any issue or need any further assistance.
Thank you.
Hi @sweetchin23
check this one.
.footer-block-image {
justify-content: center;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
width: 66.66%;
text-align: center;
}
.footer__content-top.page-width {
max-width: 100%;
justify-content: space-between;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!