That's because I had removed the ".navbar-area" in the css.
All good now, looking good.
Thanks!
Type: Posts; User: chechu; Keyword(s):
That's because I had removed the ".navbar-area" in the css.
All good now, looking good.
Thanks!
Well, I just removed the class ".navbar-area" and it all works fine now ...
Thanks for the effort, Coothead.
I found this
.navbar-area {
padding: 0;
top: 0;
z-index: 98;
width: 100% !important;
left: 0 !important;
right: 0 !important;
transition: all 0.4s;
Put the css in the head, but doesn't solve the problem.
Maybe there is somewhere else an overriding z-index in another div.
I used iPhone 11 Pro Max and the Mac Chrome inspect tool.
Thanks, Coothead.
I tried first 1, then 99, then 999, etc, and none worked.
That was obvious to everybody, James.
Just tried to be polite ...
Any thoughts on the issue, please?
Your answer is correct. but if you look at the code, then you'll see it is position:fixed.
If you need a reason to advertise your services, then please don't mention your company in a useless post,...
Adding the following codes shows the navigation perfectly on laptop using the z-index:1, but shows behind content on mobile:
This is the css:
.overlay {
height: 100%;
width:...