Hello guys. Does anyone know how to get rid of the white space under the footer? Thanks
Here is the read-only link:
https://preview.webflow.com/preview/hazels-radical-project-be2fe3?utm_medium=preview_link&utm_source=designer&utm_content=hazels-radical-project-be2fe3&preview=3afa5d734b6e0999b806d4fffef93d88&workflow=preview
Hey @hazelwyw, The whitespace shows up since the website is built as one section after another and there is not much content to push the footer automatically towards the bottom.
In situations like these, where you have a window-view worth of content, having an absolute
position for your footer to the bottom of the page will help. Have your footer
selected and set the position
to absolute-bottom
as shown below:
You can adjust the bottom margin to 2%
to give it a little more white space or play around/leave it to your liking. Hope this helps!
Hi @imtiazraqib Thanks for your help.
Your suggestion does can move the footer to the bottom of the page but it the white space shifts to on top of the footer. Do you think these is some setting issue about the body?
Yes. Except the gradient background will be stopped above the scrolling banner so the footer is white.
Okay, that makes things a bit more clear. With the way you have the elements and symbols setup right now:
-
Have your
footer
asposition: absolute bottom
as I explained before and change thefooter div
background color towhite
-
Similarly, have your
wrapper
set asposition: absolute bottom
with abottom-margin
of6%
as shown below:
-
Turn
wrapper
overflow to hidden as shown below so the page does not scroll sideways:
-
Change the
height
of yourscroller section
to90vh
(vh
means view height, so it takes screen heights into consideration and fills 90% of it)
Doing the steps above will yield the following page design:
Hope this is what you are looking for!
Yeah this is so close to what I’m trying to chieve. Is there any way that to decrease the length of the gradient part? I want to get rid of some empty space below the project titles.
Increasing the font size
so they take up most of the space would be a solution if you want the design to still take up the entire view of the screen. What you see is an entire canvas and if you want the entire canvas to be filled, you have to arrange content as such.
Stripping off the content will show the white body
background that you wanted to get remove originally.
Ohh got it! Thanks for your help!
I changed my footer “Overflow” to “Hidden” and it worked. Had this happen on two websites and really didn’t understand what caused the space.
I encountered the same issue today, and when I saw your post, I solved it using JavaScript. It’s easier and more dynamic.
It works extremely well