How can I center the copyright label in the Prestige theme footer?

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

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


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

1 Like

Thanks you very much, it’s worked!!

1 Like