[Support request] Off Canvas – Keep open on active page

Home Forums Support [Support request] Off Canvas – Keep open on active page

Home Forums Support Off Canvas – Keep open on active page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #2367022
    David
    Staff
    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;
    }
    #2367388
    Andrew

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

    #2367604
    David
    Staff
    Customer Support

    Where was the CSS added ?

    #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.

    #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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.