[Support request] Slideout menu always open

Home Forums Support [Support request] Slideout menu always open

Home Forums Support Slideout menu always open

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2313626
    noor

    Hello, 
    I was trying to make the slideout menu open by default and add the ability to close it using the close icon. I was able to make it always open, but the close icon is not working at all. I used the following code:
    /* slideout always open */
    #generate-slideout-menu:not(.is-open) {
     transform: translate3d(265px,0,0);
    background-color: white;
    }

    One more thing, after using the above code the menu items are not clickable anymore, So, I can’t access the submenu items. I used the following code but it seems that it is supporting the hover function only and not the clickable function.

    .slideout-navigation .sub-menu {
         display: block !important;
    }

    #2313692
    Ying
    Staff
    Customer Support

    Can you link us to your site?

    #2314416
    noor

    You can access my staging site using the hidden credentials.

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