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.

problem positioning the sub menus

Home Forums Older releases 1.0.x + Bootstrap addon problem positioning the sub menus

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2719
    derrida
    Participant

    hi
    i am building a wordpress site with bootstrap, and i use wp_bootstrap_navwalker.
    since bootstrap 3 doesn’t support multi level sub menus, i need this plugin, which looks great.
    i have an issue positioning the sub menus, even thou i played with these:

    
    $('.navbar-nav').smartmenus({
        subMenusSubOffsetX: 10,
        subMenusSubOffsetY: -38
    });
    

    in desktop the sub menus appear at the bottom.
    not sure how can i upload a screen shot here.

    in addition the bootstrap arrow is replaced with the + .

    how can i change those?

    best regards

    #2725
    derrida
    Participant

    managed to fix it with css

    #2729
    admin
    Keymaster

    Sorry for the delay of this answer!

    Not sure what caused the positioning issue – might be some custom additional CSS you use on your pages, but glad to hear you’ve managed to cope with it. As for the +/- button replacing Bootstrap’s default arrow in collapsible mode, you can check the following data attribute:

    http://www.smartmenus.org/docs/#data-sm-skip-collapsible-behavior

    which allows you to revert to Bootstrap’s default behavior.

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