my store - how do i align my store links horizontally then center them all - Brooklyn theme
example footer
Hi @7kingodmsla ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
https://7kingdomsbar.myshopify.com/
password : godgod24
Hi @7kingodmsla ,
You can follow the instruction below:
#shopify-section-footer .grid-uniform .grid__item {
width: 100%;
text-align: center;
}
#shopify-section-footer .grid-uniform .grid__item ul li {
display: inline-block;
padding: 0 10px;
}
#shopify-section-footer .site-footer__copyright-content {
text-align: center;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
thank you so much