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 :

And here is what I would like to have :

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

