-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
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;
Metadata
Metadata
Assignees
Labels
No labels