[Resolved] Opened Mobile menu is behind abosolute div on header

Home Forums Support [Resolved] Opened Mobile menu is behind abosolute div on header

Home Forums Support Opened Mobile menu is behind abosolute div on header

  • This topic has 4 replies, 2 voices, and was last updated 7 years ago by Tom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #308510
    Nikola

    Hi,

    I have a problem with mobile menu and div element on header. Div element is absolute beacuse i want to be one the bottom of the full screen header.

    But, when the mobile menu is open, menu is behind element, how to fix it?

    Here is the problem http://test.nikolakalinovic.com/apartmani/apartman-1/

    Thanks in advance.

    Best
    Nikola

    #309299
    Nikola

    Hi Tom,

    Do you now solution for the problem?

    Best,
    Nikola

    #309318
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Sorry for not getting back to you sooner! Not sure how this topic slipped by.

    Try this:

    .main-navigation.toggled {
        z-index: 1000;
        position: relative;
    }
    #309322
    Nikola

    Working great!

    Thanks Tom, you are the best!

    Regards,
    Nikola

    #309323
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! Sorry again for the delay 🙂

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