Skip to content

Problem clicking About link in mobile nav #27

@sbhadauria

Description

@sbhadauria

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions