Archived topic
mobile nav behind content
3 replies · Started by Christopher on July 26, 2017
Viewing posts 1–4 of 4
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
Give this a shot:
#mobile-header {
position: relative;
z-index: 999;
}
sorted thanks so much!
You're welcome :)
This archived topic is closed to new replies.