Archived topic
Opened Mobile menu is behind abosolute div on header
4 replies · Started by Nikola on April 21, 2017
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
Hi Tom,
Do you now solution for the problem?
Best,
Nikola
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;
}
Working great!
Thanks Tom, you are the best!
Regards,
Nikola
You're welcome! Sorry again for the delay :)