fix extra menu button inside mobile view
This commit is contained in:
parent
cec86f148e
commit
0a6ae01982
5 changed files with 38 additions and 9 deletions
|
|
@ -205,7 +205,7 @@ header.sticky-header .header-lang-small {
|
|||
}
|
||||
|
||||
header.sticky-header .header-lang-small .dropdown .dropdown-content {
|
||||
top: 54px;
|
||||
top: 54px;
|
||||
}
|
||||
|
||||
.header-lang-small .dropdown .dropdown-content li:not(.active) {
|
||||
|
|
@ -341,6 +341,13 @@ header.sticky-header .header-lang {
|
|||
header .header-button-container {
|
||||
display: none;
|
||||
}
|
||||
header nav ul.extraMenu {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
header nav ul.extraMenu li {
|
||||
border-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.sticky-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue