• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How come there's this huge blank space on my webpage?

style.css (line 97)

#nav {
padding-top:372px;
}

I guess you wanted the nav below the window, I would suggest taking the iframe out of the nav and have it in it's own container.
 
The suggestion was dependant on what you wanted to do with the nav 😉 The iframe element isn't something you'd normally see as a child of an unordered list, and it's also as wide as the nav in it's own right you might as well have it outside the ul. 🙂
 
Back
Top