My page has this extra padding on the top of page that I\'m unable to remove. Tried everything under the sun and hope someone can show me the way.
Any ideas?
It is, in my opinion, caused by an EMBED element added by some plugin just after the HTML opening tag* (check "right click > inspect element" to see if it is really there). If yes, there are basically two options to follow:
embed{display:none}
into your style sheet.*This was my case - the plugin called default plugin and both disabling & removing helped solve the issue.