Issue with 'strip' across top of site

Hi there,

Love this theme, perfect for what I need.

I’m in the middle of a work-in-progress at http://phangandiaries.com/ and having an issue with a bar, the same colour of my menu, running across the very top of the site. Had a look around and can’t figure out what’s causing that to be there, or how to get rid of it.

Ideally I’d like to remove this. Is this possible?

You can remove this strip by adding this tiny custom CSS to Theme Options - Other - Custom CSS.

body {
    border: none;
}

Let me know if this helps.