How can I center an image in the footer section?

Hi! I uploaded an image and placed it in the footer section by editing the footer.liquid. How can I center the image?

Thank you!

@Sewterrific ,

Share the store URL.

Hi @Sewterrific ,

Please send your site and if your site is password protected, please send me the password. I will check it.

@Sewterrific

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @infoatcodelab7 !

Website is https://www.sewterrific.net/. This is the code I placed in the footer section -


I’m hoping to move the “Paymongo” logo to the center of the footer (please see image).

@Sewterrific ,

Please add this CSS in your css file

footer.site-footer.small--text-center img{
    display: block;
    margin: auto;
}

Thank You!

2 Likes

Hi @Sewterrific ,

Please change code:


![PayMongo_Badge-PNG.png?v=1645462937|860x225](upload://pRKKiCgksF93UUqUO9TQOCP11Rx.png)

Hope it helps!

1 Like

This works too! Thanks so much!!!

This works too when I added it! Thanks so much!!!