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.

Reply To: Sub-menus not working

Home Forums Older releases 1.0.x Sub-menus not working 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