@@ -490,6 +490,7 @@ header.wp-block-template-part {
max-width: var(--wp--custom--layout--wide-size);
margin: 0 auto;
width: 100%;
+ margin-top: calc( 0.5 * var(--wp--custom--gap--vertical));
}
header.wp-block-template-part > .wp-block-group {
@@ -2,7 +2,8 @@ header.wp-block-template-part {
max-width: var(--wp--custom--layout--wide-size); // Layouts can be flex OR flow/default (inherit), not both. So we need to mimick the wide width alignment supplied by Gutenberg here.
-
+ margin-top: calc( 0.5 * var(--wp--custom--gap--vertical) );
+
> .wp-block-group {
gap: 0;
justify-content: space-between; // Apply a cluster (flex?) layout