Hi, I just setup a simple home page for my new website. I have only single container and footer. I found on this forum how to make that container full height setting min-height to 100vh. However that doesnt take footer height into account. This provokes the footer to go off-screen and creates scroll-bar on the side.
I want to find a solution where the footer will be aligned to the bottom of the window rather than float in the middle of the page.
How can I make this work? Any help will be appreciated.
It looks like the proposed solution worked. The only outstanding question is whether the footer and header heights are always fixed in height across all device sizes.