Footer region on mobile
-
Hey everyone
I have a little problem. I disabled my footer for mobile with this custom css:
#footer-region #grid{
display: none;
}*Now my problem is that i have a white space on the bottom of my project-pages after the last element (only on mobile). Where does it come from?
domain: leandrodisler.com
pw: helloThank you
-
can someone help me?
-
I don't really understand what you mean.
I see the white space. But your website does stop after the first project, right?
What do you want to achieve?
Best!
Marius

-
Hey
Sorry, my problem was not clear enough.
On my mobile version i disabled the Footer. Now after my last object on all pages (in this case the Black desription box) theres a white area that i dont designed.
-
Hi @leandrodisler
can you try to insert this to your custom CSS for mobile?#footer-region { padding: 0px !important; }All the best!
Marius