Here is my site: www.neojogos.com , the header, user area and the part containing the social icons are moving when changing from categories, pages to homepage and from categories, pages back to homepage, is moving to the right a little and then back to the left and don't understand why and don't know how to fix the issue. Thanks
Don't know if I'm seeing what you're seeing, I just went and switched through the categories and nothing moved. The browser's scrollbar isn't there when you first open a page, but as it loads, the scrollbar pops in, moving the content a bit. This is completely natural and is a result of the browser. I don't think this is what you were referring to, though.
Well the best way to set up your pages are to <?php include"header.php"; ?> just for the header and navigation <?php include"main.php"; ?> all the contents <?php include"footer.php"; ?> for the footer Then that way it might be ok