I am attempting to relocate the header to the topmost position on my webpage. However, despite my efforts, it remains in its current position. You can view an example of the issue in this fiddle http://jsfiddle.net/DCtH7/4/
Upon examining the fiddle, you will notice a white space above the header. I have attempted using padding: 0
, but unfortunately, it does not resolve the problem.