I'm experiencing a strange layout problem with Chrome which seems to be caused by an element that does not exist in the source code (""
directly after <body>
tag).
Have a look at this screenshot: Size of body element
The body element is located at the top of the page. The first content element of the page (entries_col) however has an offset of about 15px: Offset of first element
Of course I've checked paddings and margins - the problem can be resolved by deleting the "" element in the DOM Inspector manually (red circle in the second screenshot). I have found out that Chrome shows whitespace with the quote marks, but the source code looks like this:
</head><body><div id="entries_col">
Could someone please tell me how to get rid of this empty line above the page content? (Or: where does the "" come from?)
Thanks!