Move the logo to the bottom of the footer

Hi,

Is there a way I can move the logo to the bottom instead of on top of About Us?

@Lanchaster_91

can you please share store URL so i will check and guide you.

Hi KetanKumar,

my shop url is: https://stoned-and-co-online.myshopify.com/

1 Like

@Lanchaster_91

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 768px) {
.footer-content.wrapper {
    position: relative;
}
.footer-content__logo {
    margin-bottom: 5px;
    position: absolute;
    bottom: -70px;
    z-index: 9;
}
}

Hi, Thank you for the code. However, there is no changes in the logo position.

1 Like

@Lanchaster_91

sorry but i can’t see logo and code

Hi, here you go.