I wonder if anyone can help me.
I want to adjust the spacing on my footer, there is so much empty space and I want the area that I have highlighted to be gone basically.
Here is my URL: https://8327f8.myshopify.com/
I wonder if anyone can help me.
I want to adjust the spacing on my footer, there is so much empty space and I want the area that I have highlighted to be gone basically.
Here is my URL: https://8327f8.myshopify.com/
Hi @jinuralite You can do that by adding this CSS code at the bottom of you theme.css file
@media screen and (min-width: 993px) {
.footer__logo__wrapper { position: absolute; }
}
Cool that worked. Thank you