Site logo

Archived topic

Secondary navigation

3 replies · Started by Johan Falkbrink on January 22, 2015

Viewing posts 1–4 of 4

I have a small question I have sat and figured out how to get secondary navigation disappear when one comes to the mobile. There, I just want to Main Menu to appear not the talent. but on the plain side of the computer, I want both to be there. Hope you understand what I mean ...

Are you wanting to hide the secondary navigation only on mobile?

If so, this CSS should work:

@media screen and (max-width: 768px) {
      .secondary-navigation {
            display: none;
      }
}

thanks a lot....

You're welcome :)

This archived topic is closed to new replies.