Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Menu underline not showing › Reply To: Menu underline not showing
November 19, 2013 at 1:04 pm
#2870
Keymaster
As you indicate, probably this is not a big one unless the jump is distracting since the user wants to navigate anyway from the page. To prevent this behavior there are some suggestions below –
I would suggest you try the second option first (inserting ‘#!’ instead of ‘#’) before trying the first one that suggests a Javascript based solution (will need to modify the js/main.js file). The JS solution might cause trouble with some touch devices which may register a click for invoking the dropdown for the menu item. Hope this helps. Thanks.