I only have this issue on mobile, thank you!
1 Like
@Simon159 , go to section-footer.css and add the following code :
.footer__content-top.page-width {
height: 39rem !important;
}
Hey I also noticed that there is actually a lot of space like that on the desktop version of my site. Is there a way to fix that as well?
1 Like
it was caused by the code that you previously gave me.
1 Like
@Simon159 , Add the following code to the same file :
@media (min-width:990px){
.footer__content-top.page-width {
height: 23rem!important;
}
}
@Simon159 , Did you check my other reply?
Hey thank you so much but that only works on desktop. Is there a code for mobile too that would decrease the space?
