Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I have been trying to center the payment icons in the footer section for a while now. They are aligned to the right. I have looked through many other similar questions but the codes do not work for my theme or the location of where the code is supposed to be inserted does not exist for the theme. I have not been able to find a successful answer for this theme in centering the payment icons. Hopefully someone can help, I would really appreciate it. Thanks!!
Solved! Go to the solution
This is an accepted solution.
Hi @KQJView .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
ul.list.list-payment{
justify-content: center !important;
}
Hope this answer helps.
Best Regards,
PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @KQJView, could you share your store URL so I can help you?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey Dan_from_ryviu!
It is prettyviewshades.com, thank you for the help!
Hi @KQJView
Can you share with me the page url? I will help you check it.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hey RichardNguyen!
It is prettyviewshades.com, thank you for the help!
This is an accepted solution.
Hi @KQJView .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
ul.list.list-payment{
justify-content: center !important;
}
Hope this answer helps.
Best Regards,
PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you! That worked! 🙂