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!
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!
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.
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).
Please add this CSS in your css file
footer.site-footer.small--text-center img{
display: block;
margin: auto;
}
Thank You!
Hi @Sewterrific ,
Please change code:

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