fix wordpress admin bar positioning on mobiel screens
This commit is contained in:
parent
c36d84a8a3
commit
2b9d180942
1 changed files with 6 additions and 0 deletions
|
|
@ -410,3 +410,9 @@ header.sticky-header .header-lang {
|
|||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
#wpadminbar {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue