Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem clicking About link in mobile nav #27

Open
sbhadauria opened this issue May 25, 2016 · 0 comments
Open

Problem clicking About link in mobile nav #27

sbhadauria opened this issue May 25, 2016 · 0 comments

Comments

@sbhadauria
Copy link

sbhadauria commented May 25, 2016

When mobile-nav is-open, the first link in menu, that is 'about' is not clickable. I have not read your whole code but the following code will work. I have tested it and seems to be working fine.

First:-
Move the .mobile-nav div inside .header-position div. Make it the first child. Something like this

<div class="header-position">
       <div class="mobile-nav">
       <h1 class="logo">Travis Neilsen</h1>
   ................

Secondly a little change in css:-

.home-wrap header .logo {
    height: 45px;
    z-index: 1;

.home-wrap .moile-nav {
    padding: 10px 0 20px;
austinjkovach pushed a commit to austinjkovach/Design-Code that referenced this issue Aug 27, 2016
…n-fix

Updated gulp-sass Devdependency to fix bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant