my website http://www.oblivionro.net/ has a problem where it moves down a bit when visiting a different page. For instance, when visiting the “Rules” page from the main website, the container “moves” down a bit.
Anyone know what might be causing this? I can’t seem to isolate the problem.
Believe it or not..
..the problem is that the homepage has this in a different place to where the “Rules” page does:
Even though that’s near the end of your page, it’s causing the problem – specifically: the
margin-topon thosepelements is. Welcome to the wonders of collapsing margins.The simplest way to fix this is to remove the
<p>tags that wrap the comments.