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.

kiernan7

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Sub-menus not working #2752
    kiernan7
    Participant

    Never mind, figured it out!

    in reply to: Ooops... forgot question #2 #2751
    kiernan7
    Participant

    Never mind, figured it out!

    in reply to: Sub-menus not working #2749
    kiernan7
    Participant

    PS: I tried a method recommended here (elsewhere on this forum) of changing:

    FROM:
    $(function() {
    $(‘#main-menu’).smartmenus({
    mainMenuSubOffsetX: 1,
    mainMenuSubOffsetY: -8,
    subMenusSubOffsetX: 1,
    subMenusSubOffsetY: -8
    });
    });

    TO:
    $(function() {
    $(‘#main-menu’).smartmenus({
    mainMenuSubOffsetX: -1,
    subMenusSubOffsetX: 10,
    subMenusSubOffsetY: 0
    });
    });

    Neither worked.

    — John

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