Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Paul Peters Friend
    #206673

    Hi,

    I only would like to off canvas menu enabled. The main menu can be turned off.
    How do I do this?

    Thanks

    TomC Moderator
    #572077

    I just took a look at your site and I don’t even see a main navigation menu (at the top).

    Were you able to figure this one out on your own?

    TomC Moderator
    #737117

    I just took a look at your site and I don’t even see a main navigation menu (at the top).

    Were you able to figure this one out on your own?

    Paul Peters Friend
    #572149

    I gave a display none to the header, but that’s not the correct way to do it. At least it works.

    Ninja Lead Moderator
    #572320

    There is no option to disable main menu on Uber template but I see your solution to add the css style display: none; into :

    @media (min-width: 992px) {
    .navbar-nav {
    margin: 0;
    display: none;
    }
    }

    Ninja Lead Moderator
    #737357

    There is no option to disable main menu on Uber template but I see your solution to add the css style display: none; into :

    @media (min-width: 992px) {
    .navbar-nav {
    margin: 0;
    display: none;
    }
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum