How to center text in footer

Hello everyone,

I want to center this text in the footer, how can I do that?

Hi, Pmhkook. Can you share your website url?

Hello @pmhkook

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag


Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like

Hi @pmhkook

You can following the steps below to solve it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose a file theme.liquid

Step 3: Add code before


Best Regards,

Dan from Ryviu

1 Like

Hello @pmhkook

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; }

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

1 Like

Thank you very much!