Hi,
Is there a way I can move the logo to the bottom instead of on top of About Us?
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/
yes please try this code
@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;
}
}
sorry but i can’t see logo and code