the link to the site: http://www.meetlawngirl.com/testing/lawngirl.html
Reason: Your Logo is over lapping the navigation. You used zIndex on Logo.
Fix: Add below property
'#menu {position:relative; z-index:99999; }
Also the logo link isn't inside the div called logo but rather the other way round. I know you can do it but it looks a little weird.
http://codepen.io/Paulie-D/pen/tbkoF
thanks guys!!
the link to the site: http://www.meetlawngirl.com/testing/lawngirl.html
Reason: Your Logo is over lapping the navigation. You used zIndex on Logo.
Fix: Add below property
'#menu {position:relative; z-index:99999; }
Also the logo link isn't inside the div called logo but rather the other way round. I know you can do it but it looks a little weird.
http://codepen.io/Paulie-D/pen/tbkoF
thanks guys!!