• Resolved stuart

    (@lone-walker)


    I’m using a WordPress page editor called Elementor, with a sticky page header – the idea being that as you scroll down the page, the header stays at the top of the page.

    However, the OS map on the page flows over the header as you scroll down, rather than beneath it.

    I’m guessing there’s a CSS fix for this, but have no idea where to begin – anyone have any ideas?

    • This topic was modified 6 years, 7 months ago by stuart.
Viewing 1 replies (of 1 total)
  • Thread Starter stuart

    (@lone-walker)

    OK, probably should have looked before I leaped into posting this.

    Simple CSS fix:

    #navbar {
      .....
      z-index:1;  << Add this to the Navbar CSS
      .....
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Map panel & sticky header’ is closed to new replies.