Site logo

Archived topic

Disable Off Canvas Panel on mobile

17 replies · Started by Edwin on June 5, 2022

Viewing posts 16–18 of 18

Try this CSS instead:

@media (min-width: 835px) {
    #site-navigation .main-nav {
        display: none;
    }
}

Thanks, that worked :-)

Glad to hear that!

This archived topic is closed to new replies.