Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1043641

    Hi
    Can u share a screenshot and site URL which menu u want to show?
    By default, all template shows the Mega menu on the top of the template.

    Regards

    istaban Friend
    #1043820

    Hi!

    http://rothkft.hu/newsite

    The top menu is not necessary only the left one.
    However in mobile view i want to use the megamenu, but in the desktop view i don’t.
    In the layout menu i can edit the module position except the top menu.

    Thanks

    Pankaj Sharma Moderator
    #1043967

    Hi Add below code in custom.css file to hide it in desktop

    @media(min-width:768px) { .t3-mainnav {display:none}}

    Regards

    • This reply was modified 6 years, 10 months ago by  Pankaj Sharma.
    istaban Friend
    #1044133

    Hi!
    There is no custom.css in my template but i found template.css. In that there is a code snippet:
    @media (min-width: 991px) {
    .navbar-nav {
    margin: 0;
    display: none;
    }
    }
    I added the "display: none;" part. And it seems to work well.
    Thanks for helping me out!

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

This topic contains 4 replies, has 2 voices, and was last updated by  istaban 6 years, 10 months ago.

The topic ‘How can disable menu on top?’ is closed to new replies.