Make footer's copyright centered

Hey! I would like to align to the center the text in my footer. Currently it’s aligned to the left, I tried adding some custom code to fix it but nothing works:

The link is: https://n6d92qrdc1i5zbkj-60150284501.shopifypreview.com and the password is y22

Thanks in advance! :grinning_face:

Hey follow these steps to make the Footer bottom text in center.

Go to Shopify Admin >> Online Store >> Edit code >> theme.css

In the end of theme.css paste the following code that shared below.

.footer__bottom {
 justify-content: center !important;
}

Results:

If you need any other help then let me know.

Thanks

It worked! Thank you!

Happy to found that it’s work.