How can I center Payments icons and Copyright in the footer ?

Hi everyone, 

I've been trying for hours to center the payment icons as well as the COPYRIGHT at the bottom of my FOOTER using the code, but nothing I've been able to find on the internet works.

Here is what I currently have :

![1.png|2868x1076](upload://oZSW0dSbI6o7MABlsYNmfIkrUFt.png)

And here is what I would like to have :

![2.png|2868x1076](upload://dET2yTpV3kIibZsKHkf6VZ8MKA4.png)

I use the VISION theme. 
If anyone has a solution, I would be grateful.
THANKS

Hi @Jerome777 ,

Could you please share your website URL? I’d be happy to write the code needed to center-align the footer icons for you.

Best Regards,

My website isn’t online yet but I give you the link :

https://5fb113-f3.myshopify.com/

I hope it’s ok for you ?

1 Like

Hi @Jerome777 , Can you share password protect store?

@Jerome777 can you please share website link and password to view the page?

Hi @Jerome777

Could you share your store URL and password to view the store?

Hi @Jerome777

This is Amelia from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file app.css

Step 3: Paste the below code at bottom of the file → Save

.sub-footer .row {

display: flex;

flex-direction: column;

align-content: center;

}

.sub-footer .footer-payment-icons {

text-align: center !important;

}

Hope that my solution works for you.

Best regards,

Amelia | PageFly

1 Like

Thanks a lot !! It works good on desktop :slightly_smiling_face:

But on the Iphone, the Copyright line isn’t center, look :