How to center payment icons in footer for Dawn theme

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

Hi @KQJView , could you share your store URL so I can help you?

Hi @KQJView

Can you share with me the page url? I will help you check it.

Hey Richard!

It is prettyviewshades.com, thank you!

Hey Dan_from_ryviu!

It is prettyviewshades.com, thank you for the help!

Hey RichardNguyen!

It is prettyviewshades.com, thank you for the help!

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

1 Like

Thank you! That worked! :slightly_smiling_face: