javascript - CSS menu auto-clicking first item when tapping switcher on mobile -


i have responsive css menu @ following site: http://eurogoldendoodle.com. uses switcher on mobile. there 1 problem. when open switcher/hamburger menu on mobile, seems register second click first item in menu, home button. makes instantly go home page once open menu.

if set link menu item "#", works perfectly. except lose home link!

so basically, opening switcher menu , clicking on first item @ same time, means don't have chance navigate through menu find link want.

i realize css doesn't have "onclick" event , other tools use, surely must missing something? possible using css? if not, easiest , lightest way fix problem?

thanks in advance help!

brent

i'm guessing little bit, suspect need move list items down bit first 1 doesn't clicked.

try;

.sky-mega-menu li {     padding-top: 55px; } 

in mobile stylesheet only!

hope helps.


Comments