Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ve given your header element containing the logo and desktop menu a higher z-index of 999, while the adjacent and adjacent div with the class menu-modal and containing the mobile menu has a lower z-index of 99.

    That’s why the logo covers the beginning of the mobile drop-down menu.

    Just adjust these values for the mobile menu to have a higher z-index, and your problem will be solved.

    Good luck!

    Thread Starter utefallscheer

    (@utefallscheer)

    wow, it works. Thanks SO MUCH. I would have never solved this problem

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘distance between logo and expanded mobile menu’ is closed to new replies.