I have WordPress site and i try to fix some issue but right now don’t see any proper way.
I have space between body and header, scanned all project but all seems good.
From chrome:
and visually it seems:
Have no clue from where I got it and where I need to search,
Please, help,
[Edit]
When I try to copy this empty space to Notepad++ with Incoding UTF 8 I get strange symbol (current editor can’t show it)
Form Dev tool – Sources:
It happened because of UTF-8.
When I ran over all my sources followed script (that switch to UTF-8 without BOM),
everything start to work as expected.
under theme folder:
for wordpres
index.php
(placed at the same level aswp-content
)further,
I removed
<!doctype html>
from index.php (placed at the same level aswp-content
) and added this tag toindex.php
of theme andheader.php
Anyways, thanks to saosangmo for right direction