Site logo

Archived topic

Off Canvas - Keep open on active page

5 replies · Started by Andrew on October 8, 2022

Viewing posts 1–6 of 6

I can't find an option to keep the off canvas menu open at the page which is active - Each time you open the menu everything is closed.

Is it possible to have it open at the active page?

Hi there,

theres a CSS solution - try this:


#generate-slideout-menu .slideout-menu li.current-menu-ancestor > ul {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

I've added that but it doesn't seem to have done it.

Where was the CSS added ?

In Customise - Additional CSS.

It's weird as it's worked on mobile and even on Chrome on mobile in desktop view. But on actual desktop it doesn't work.

This archived topic is closed to new replies.