diff --git a/kit/css/header.css b/kit/css/header.css index c9e1250..2d8dc76 100644 --- a/kit/css/header.css +++ b/kit/css/header.css @@ -410,3 +410,9 @@ header.sticky-header .header-lang { padding: 0; } } + +@media screen and (max-width: 600px) { + #wpadminbar { + position: fixed; + } +}