Hi there,
everything was fine. I changed font-size of the menu and suddenly I cannot overwrite the following css any more:
@media (max-width: 1000px) and (min-width: 769px) {
.header-widget {display: none;}
}
@media (max-width: 768px) {
.header-widget {display: none;}
.top-bar {display: none;}
}
@media and (max-width: 768px) {
.top-bar .inside-top-bar:last-child {display: none !important;}
.top-bar {display: none !important;}
}
This definitely is not working – can’t find the mistake.