Hello I am trying to hide the secondary menu which is small container above the logo and main menu but cant get it to work.
I put:
@media only screen and (max-width: 479px){
.#header_meta{
display:none!important;
}
It is the area above with #f6971a bg.
Can you please help?