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?
Goal: center the “Powered by Shopify” text in the Prestige theme footer.
What worked (confirmed by OP and others):
Earlier suggestions and notes:
Alternative (Prestige 10.4.0):
Most recent update (for a case where earlier selectors didn’t work):
Status:
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?
Hi @ngtblt
Would you mind to share your Store URL wesbite? with password if its protected. Thanks!
Sent you a message!
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.
.Footer__Aside {
justify-content: center;
}
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
Thanks, works perfectly!
I add some code.
Replace this on the first one.
Same Instruction.
.Footer__Aside {
justify-content: center;
text-align: center;
}
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
this solution worked for me as it not only moved the text to the center but also aligned it to the center.
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):
Navigate to your theme editor:
Locate the footer file:
Find and remove the link:
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
.
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!
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
Thanks for the info, its password protected.
The URL you shared is password protected. I can’t solve the problem without being able to access it. Thanks!