Currently, I am using javascript to add padding to "page-main" when it calculates the height of "header". However, since it has to wait for the document to be "ready" it causes a delay in which the page doesn't correct itself until it's "ready". The question is then:
Can I use CSS or change something in the framework to achieve this same layout where "page-main" scrolls under "header"?
or
Is there a way to calculate the height of "header" sooner? When I try to wait for the "load" event then nothing works at all for some reason.











