A few points.
1. You've forgotten to setup the wrapper div. From the demo page;
Code:
<BODY>
<div id="wrapper">
Your page contents here
Your page contents here
Your page contents here
Your page contents here
</div>
</BODY>
With this setup, you shouldn't have any background covering your content because the content will move over.
2. You've forgotten the mobile meta tag so your web page isn't responsive on mobile devices. See the yellow/cream highlighted message on the demo page.
Try to fix these first before you worry about the space between the open menu and the logo/hear as it may improve the situation. I can't see the gap currently (IE11) - is it showing in any particular browser?
3. You have two excessively large blocks of keywords. Google "keyword stuffing" for more info - its a black hat practise and can get your site penalised or even completely removed from the search engines that use them. 8-12 keywords maximum is what you should be aiming for, and only once in your page.
4. Validating your code will help with fixing formatting errors: http://validator.w3.org/check?uri=ht...Inline&group=0 Fix these and then see how things look again afterwards.
Bookmarks