Removing space above title

Hi.

I have read some posts on this, but I can’t find a solution to what seems a simple problem. How do I remove the space above the title on e.g. http://www.karmamiacph.com/en/about/ - I have tried adding all the below code to the custom css, but it is not removing the space…

Thanks.

Best regards, Rasmus.

.page-wrap .content-wrapper {
padding-top: 0px;
padding-bottom: 15px;
background-color: #fff;
}

.single .entry-header, .page .entry-header {
margin-bottom: 0px;
}

.entry-title {
margin-bottom: 15px;
}
.entry-meta {
margin-bottom: 0px;
}

Hello,

Please add the following code :

div#logo {
    display: none;
}

THANK YOU so much!!!