May 26, 2014 at 3:22 am
#10598
IcedQuick
Participant
So after a few hours of testing, it seems the problem relates to the height of the page (i.e. not 100%). To fix this, I added the following to the CSS:
html, body, .wrapper {
height: 100%;
}
But when I do that, long pages (such as the home page) then do not fill completely (i.e. the page background only fills halfway).
So I am still working on this 🙂
Cheers,
Byron