Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
usertagal
tagDiv Member

Hi,

The website is under construction and I can’t provide a link, but you can easily reproduce such a page by applying ‘display: none’ to several elements of any of the entries of your default theme, until the page is short enough, so that the footer doesn’t reach the bottom of the browser anymore.

Then a white space shows up below the footer, just because there is not enough content to ‘push it down’.

I need the height of the page to be always 100% the height of the browser.

This did not work:

html {
height: 100%;
}

body {
min-height: 100%;
}

Thanks in advance!

Viewing 1 post (of 1 total)