Prestige Theme: Center "Powered by Shopify" in footer

Topic summary

Goal: center the “Powered by Shopify” text in the Prestige theme footer.

What worked (confirmed by OP and others):

  • Edit code > Assets > your CSS file (theme.css/style.css/base.css, depending on theme).
  • Add CSS for the footer container: .Footer__Aside with justify-content: center and text-align: center. This centered the text for multiple users.

Earlier suggestions and notes:

  • .footer__aside { align-items: center } and .footer-powered-by { text-align: center } were suggested; file availability varied (no base.css/theme.scss.liquid for some).
  • Screenshots were shared showing successful centering.

Alternative (Prestige 10.4.0):

  • To remove the link entirely, open Assets > footer.liquid, search for {{ powered_by_link }}, and delete it.

Most recent update (for a case where earlier selectors didn’t work):

  • Add CSS targeting .footer__content-bottom-wrapper with justify-content: center !important; a screenshot showed the centered result.

Status:

  • Original request resolved. A later user’s case received a new selector-based fix; final confirmation from that user is pending. Key steps remain editing the correct CSS file and targeting the right footer container selector.
Summarized with AI on December 13. AI used: gpt-5.

Hello,

I want the “powered by shopify” at the bottom of the footer to be centered.
How can I archive this in the prestige theme?

1 Like

Hi @ngtblt

Would you mind to share your Store URL wesbite? with password if its protected. Thanks!

Sent you a message!

1 Like

Hello @ngtblt ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.scss.liquid file

Add this following code at the bottom of page

.footer-powered-by {
    text-align: center;
}

Save and preview

Hope this can help.
Transcy

You can try to add this CSS code at the bottom of your theme.css file

.footer__aside { align-items: center !important; }

Hello,

there is no base.css and no theme.scss.liquid file.

Only theme.css and the code doesn’t work.

Best regards

Hello, it’s still left centered..

Thank you. Check this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.Footer__Aside {
    justify-content: center;
}

" :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "

1 Like

Thanks, works perfectly!

I add some code.

Replace this on the first one.

Same Instruction.

.Footer__Aside {
    justify-content: center;
    text-align: center;
}

" :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "

1 Like

this solution worked for me as it not only moved the text to the center but also aligned it to the center.

1 Like

Thats good to hear! Please, dont forget to hit Like. Thanks!

It’s now located under footer.liquid

To remove the “Powered by Shopify” link (Prestige 10.4.0):

  1. Navigate to your theme editor:

    • Go to Online Store > Themes > Actions > Edit code.
  2. Locate the footer file:

    • Open the Assets folder and select footer.liquid.
  3. Find and remove the link:

    • Press Ctrl+F (or Cmd+F on Mac) to search for {{ powered_by_link }}.
    • Delete {{ powered_by_link }}.
  4. Save your changes.

Hello Made4uo-Ribe,

thanks for posting this. I tried to do that with my shop, but it simply does not work. Can you help me out with that and tell me what I did wrong? I also tried the same thing with your new code:

.Footer__Aside {
justify-content: center;
text-align: center;
}

But the same result :frowning: .

I will upload some screenshots so you have a better understanding of my current situation.

Thank you so much in advance. One last thing: Can you respond to this message via the following email?? jonaskrueger59@gmail.com

THANKS!!!

Hi @Jonas_500

Please, share your store URL. Thanks!

@Made4uo-Ribe

Here is my Store-URL:

https://admin.shopify.com/store/20f42f-d0/themes/172673663313/editor

If you need more information to help me, just let me know

@Made4uo-Ribe

Here is my Shopify Store URL. I hope you can help me out! :slightly_smiling_face:

https://reyson.de/

Thanks for the info, its password protected.

@Made4uo-Ribe

Hey my friend…

You still here?..

The URL you shared is password protected. I can’t solve the problem without being able to access it. Thanks!