diff --git a/kit/css/header.css b/kit/css/header.css index 2d8dc76..8d29c2a 100644 --- a/kit/css/header.css +++ b/kit/css/header.css @@ -10,7 +10,7 @@ header { background-color: #ffffff; } -body.logged-in header { +body.admin-bar header { top: 31px; } @@ -271,9 +271,11 @@ header.sticky-header .header-lang { } @media (max-width: 960px) { - body.logged-in header { + + body.admin-bar header { top: 45px; } + header { position: fixed; top: 0;