Prestige theme add image below footer

hi, i’d like to add a centered logo below the current footer, as per picture. Does someone know how to do it ? Our website is jickie.co

thanks a lott !

This is Noah from PageFly - Shopify Page Builder App

Hi @carlajickie , the reason is that some themes will not support showing images in the footer. So you can add by code please follow this image:

Result:

Code:


      
![Logo|1023x682](upload://sd9LzC0I6ZgGPoYI8gfOo1H0Ycx.jpeg)

    

      

Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

hi, i’ve added the code with my img url and it does not work. The code was:

Logo
.logo-container {

height: 300px;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}

.logo {
max-width: 100%;
max-height: 300px;
object-fit: contain;
}

any idea why?

Hi @carlajickie Can you help me add code and send me again url. I need check element in page.

Thats the code i added at the end of the css:

Logo
.logo-container {

height: 300px;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}

.logo {
max-width: 100%;
max-height: 300px;
object-fit: contain;
}

the url is www.jickie.co

Hi Noah, it does work, however can we have this logo above the 2024 jickie copyright line ?

Hi @carlajickie , It ok, But can you send me image show full code in footer. position add this code. I need find this copyright line.

Hey, @carlajickie

I’m not formally trained in code to provide you with an exact solution to reposition the logo in your theme. However, I’m confident one of our Shopify experts would be able to accomplish this at a reasonable price.

Just wanted to share this as an option in case you are unable to find a coding solution in your thread.

thats the code:

Logo
.logo-container {

height: 300px;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}

.logo {
max-width: 100%;
max-height: 300px;
object-fit: contain;
}