Try initializing the script with the following options:
$(function () {
$("#Menu1 ul:first").attr('class', 'sm sm-blue').smartmenus({
subMenusSubOffsetX: 1,
subMenusSubOffsetY: -8
});
});
And if you’ve customized the default “sm-blue” theme, you may need to experiment with different values for the mainMenuSubOffsetX
and mainMenuSubOffsetY
options too.