Site logo

[Resolved] Custom mega menu inside off canvas

Home Forums Support [Resolved] Custom mega menu inside off canvas

Home Forums Support Custom mega menu inside off canvas

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2425737
    Michael

    Hi there

    Based on a recent reply from David concerning this issue, I am trying to implement 6 columns inside the off canvas to display the main menu entries including the sub menus.

    However, after changing the off canvas behaviour from “Fade” to “Overlay” within the customizer, the trigger for the menu does not work anymore for some reason. Maybe I made a wrong config this way?

    This is what I have changed in CSS to make it appear in 6 columns:

    #generate-slideout-menu.main-navigation .main-nav>ul>li:not(:first-child) { 
    width: calc(16.67% - 50px); 
    }

    Thanks a lot for your support, appreciate it.

    Best,
    Michael

    #2426021
    Ying
    Staff
    Customer Support

    Try removing this CSS:

    .offside--right.is-open {
        transform: translate3d(-550px,0,0)!important;
    }
    #2426821
    Michael

    Oh thank you Ying – issue solved (had to remove some other random CSS, now it works as expected).

    #2427704
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

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