Home › Forums › Support › Off Canvas – Keep open on active page This topic has 5 replies, 3 voices, and was last updated 5 months, 2 weeks ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 8, 2022 at 1:57 am #2366861 Andrew 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? October 8, 2022 at 6:46 am #2367022 DavidStaff Customer Support 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; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 8, 2022 at 3:45 pm #2367388 Andrew I’ve added that but it doesn’t seem to have done it. October 9, 2022 at 4:34 am #2367604 DavidStaff Customer Support Where was the CSS added ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 9, 2022 at 11:01 am #2368013 Andrew 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. October 9, 2022 at 10:01 pm #2368294 Fernando Customer Support 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. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In