Center Policies and Copyright in Craft Theme

Hi, we are looking to centre the copyright and store policies in the footer of this website https://shop-calzini.myshopify.com/

We have tried a few custom CSS options but none seem to be working.

HI @culdesac ,

for complete your request

Follow these steps:

Put the css code in section-footer.css

.footer__content-bottom-wrapper {
justify-content: center !important;
}

result:

Please mark it as acceptable solution if my solution really work helpful to you.

Hello @culdesac

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.footer__content-bottom-wrapper { justify-content: center !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Amazing—thank you!!