This topic is resolved but for (at least) one of the lesser wordpress minds the solution dont stand so clear to me.
It seems the solution was to edit style.min.css directly but the author of the theme dont not condone this.
So … what is the right solution then?
I have tried to overwrite in the style.css file in section .site-header as well as adding a section #branding. Neither of these edits seem to work.
Edit 1: Changed padding to 10px:
.site-header
{
padding: 10px 0 10px;
}
Edit 2: Changed padding-top and -bottom to 1px (just to provoke some action):
/* Tilf?jet #branding */
#branding {
padding-top: 1px
padding-bottom: 1px;
}
Site: danmarkssamfundet.dk (currently down at the minute of writing due to the blessings of my provider surftown ?? )