Hello i would like to realign my footer to center - brooklyn theme

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

@AvadaCommerce

Hi @7kingodmsla ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
#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