[Resolved] mobile nav behind content

Home Forums Support [Resolved] mobile nav behind content

Home Forums Support mobile nav behind content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #355510
    Christopher

    http://dev-sc-17.info/about/

    Hi there

    The navigation on mobile it sitting behind the content. I tried z-index css but no luck. Can you please see how to fix this issue?

    Thank you

    #355570
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    #mobile-header {
        position: relative;
        z-index: 999;
    }
    #355598
    Christopher

    sorted thanks so much!

    #355790
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.