Shopify themes, liquid, logos, and UX
Hey,
I am using the Prestige theme and would like to center the Copyright label in the Footer.
How do I do this?
store is aeraclo.com
best regards and thanks fo every replay
Solved! Go to the solution
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
To set center "Copyright label in the Footer" you can follow here:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid,
Step 3: Add code above the tag </head>
<style>
.footer__aside {
display:flex !important;
justify-content: center !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
hey @diiekent
Hope you doing well
I visited your store but it is locked can you share your password so I can help you?
Hey,
first of all, thanks for the reply.
The passwort is pixel123.
greetings
Diiekent
Hi
Paste this code inside the file theme.css
Go-to Online Store> Themes> Edit Code
find the file theme.css and paste this code to very bottom
@media screen and (min-width: 1000px){
.footer__aside {
justify-content: center !important;
}
}
.footer__aside {
justify-content: center !important;
}
And let me know if it works
If you are unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully, it will help you. If yes then Please don't forget to hit Like and Mark it as the solution!
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
To set center "Copyright label in the Footer" you can follow here:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid,
Step 3: Add code above the tag </head>
<style>
.footer__aside {
display:flex !important;
justify-content: center !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks you very much, it's worked!!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024