Site logo

Archived topic

Hide mobile menus

5 replies · Started by Charles on November 28, 2021

Viewing posts 1–6 of 6

Hi,

Can you give me some code to hide my primary and secondary menus on mobile. Thanks.

See Private.

Hi Charles,

Try this CSS:

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

ty!

No problem :)

This archived topic is closed to new replies.