I'm working on a wordpress site that seems to have a problem of the layout jumping to the right by a few pixels when you click on a page. Here's the site so you can check it out for yourself:
http://crumplepop.com
To illustrate the problem, start out at the Home page. Then click on the Products page. When you look at how the page loads, you can see the Product page loaded to the right of the initial Home page.
Oddly enough when you go from Tutorials to FAQ, the jump is nonexistent.
I have HTML and CSS experience, but I make no sense out of this. Wordpress uses header.php, which includes a navigation.bar.php. This applies to all the pages, so why is there a layout position change?
I use Firefox's Firebug to check through my code. Hopefully someone has an idea. Let me know if I need to show some code.