Less white space above header/logo?

Hi there,

I already managed to get less white space under the header/logo on my website http://www.kayakwithdolphins.com by following instructions from other topics on this forum but I would actually like about 1 cm of white space above and 1 cm under the header/logo (= ca. 40 inch). I still want the social icons to appear - I hope this is possible.

Many thanks - I love this theme.

I too would like to figure this out. I would like to remove the “div.hgroup-wrap.clearfix” from the index.php but if I’m not mistaken, it’s encrypted.

My thanks in advance.

I guess it helps if I search the forum first.

https://colorlibsupport.com/search?q=white+space+logo/

Particularly this code:

#site-logo {
margin-top: 0;
}
.hgroup-wrap {
padding-top: 0;
padding-bottom: 0;
}
#site-title a img {
max-width: 1018px;
}
#branding .container {
margin: 0;
}
.header-image {
margin-top: -40px;
}

I modified the .header-image margin-top value.