Re: Copyright label centered Prestige Theme

Solved

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

diiekent
Tourist
6 0 1

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

 

 

 

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 272

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.

View solution in original post

Replies 5 (5)

deepaksharma
Shopify Partner
449 63 99

hey @diiekent 

Hope you doing well 

I visited your store but it is locked can you share your password so I can help you?

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: [email protected]
diiekent
Tourist
6 0 1

Hey, 

first of all, thanks for the reply.

The passwort is pixel123.

 

greetings

Diiekent

 

 

deepaksharma
Shopify Partner
449 63 99

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!

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: [email protected]

PageFly-Noah
Shopify Partner
1317 233 272

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.

diiekent
Tourist
6 0 1

Thanks you very much, it's worked!!