Hi,
In an earlier topic you did help me to that the menu list switch to mobile earlier with this css
@media (max-width: 1280px) {
body .whb-visible-lg{
display: none;
}
body .whb-hidden-lg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
Maybe that cause the fault when I visit my site on a laptop monitor. There are 2 faults.
1. When I press the search icon on the header, I do not see the search field.
2. The green top header is still visible, but the menu is changing as it is a mobile menu. The green header is then empty since it is only used with menu on the bigger screens
See attachment.
//Andreas
Attachments:
You must be
logged in to view attached files.