Site logo

Archived topic

Hot to not show secondary menu on mobile view

3 replies · Started by Karsten on November 7, 2018

Viewing posts 1–4 of 4

Hi there,

Give this CSS a shot:

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

Thank you very much, Tom.

No problem :)

This archived topic is closed to new replies.