Site logo

Archived topic

Desactivar menú secundario en móvil

3 replies · Started by Pedro on July 1, 2020

Viewing posts 1–4 of 4

Hi there,

That documentation is for preventing the secondary navigation to turn into toggle - it's useful when you add things like social icons.

If you simply want to hide the secondary navigation, then try this CSS:

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

Hola Leo! Funcionó perfecto, gracias!

No problem :)

This archived topic is closed to new replies.