Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Submenu position for tall menus

Home Forums Older releases 1.0.x + Bootstrap addon Submenu position for tall menus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3102
    monvias
    Participant

    Hi,
    I’m building web with bootstrap 3 and use this great plugin for the dropdown menus.
    I have many and long menus in dropdown. I want to ask how to set the height and top position of tall menus?
    The result what I want to get is the top position of submenu level 2+ is same with the submenu level 1.

    I’d already add this, but nothing happen.

    
    $('#menu-list').smartmenus({
        subMenusSubOffsetX: 30,
        subMenusSubOffsetY: -15
    });
    

    Thanks in advanced.

    #3104
    admin
    Keymaster

    Hi, unfortunately, this cannot be done. Due to the fact that the menus are truly nested UL elements, CSS clipping cannot be used (since sub levels would be clipped) and tall menus can only be scrolled in the browser viewport.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x + Bootstrap addon’ is closed to new topics and replies.