Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1309245

    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?

    #1309375

    Hey babyboymik,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #header_meta {
      display: none;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.