Archived topic
Off Canvas - Keep open on active page
5 replies · Started by Andrew on October 8, 2022
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.
Hi Andrew,
There seems to be a Syntax error somewhere in your Additional CSS code. See: https://share.getcloudapp.com/eDu7nB7Z
You can also copy all your CSS here and test: http://csslint.net/
Make the corrections first, and then test again.