Maybe someone can help me with this…
Having a slight scrolling issue on the site. This is directly caused by a required page_container div in the header.php, directly under the body tag, and a closing div just above the footer.php
Everything seems to work fine NOW, but that’s only because I have removed this from the header.php body tag:
PHP Code:
class="< ?php k2_body_class(); ?>” < ?php k2_body_id(); ?>
But the site doesn’t look how i want… It SHOULD be a fixed width of 800px. When i leave everything alone, the header scrolls in the fixed width only, and the rest of the header (on the sides) stay where they are.
I have tried everything i know how to do to get around this, including placing the required page_container div in app/classes/header.php (which gives the same results) - but not having much luck. Any insight here?


