From 5e6a39701dcd4822539d857bc0de0c077473d033 Mon Sep 17 00:00:00 2001 From: Erik Joling Date: Thu, 18 Apr 2024 15:02:33 +0200 Subject: [PATCH] Overlap main over header --- style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 860b2ad..8b31fcf 100755 --- a/style.css +++ b/style.css @@ -194,13 +194,10 @@ header .wp-block-site-logo img { * Site main */ +/* Overlap main with header */ main { position: relative; -} - -/* Overlap banner with header */ -main .wp-block-cover.alignwide:first-child { - margin-block-start: calc(var(--wp--preset--spacing--50) * -4); + margin-block-start: calc(var(--wp--preset--spacing--50) * -4) !important; } main > .entry-content.alignfull {