fix wordpress admin bar positioning on customizer

This commit is contained in:
Jonas Heinrich 2020-06-18 16:53:12 +02:00
parent 2b9d180942
commit 25035bc786

View file

@ -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;