Tagged: navigation
Hello,
Since the 2.7.1 theme update, the top nav bar on my website has started ghosting when scrolling up and down a page, strange nav bars appear on the page. This only seems to be happening in Chrome and Opera as far as I’m aware.
Example:
Page URL: http://new.jcc.co.uk/?page_id=2339
Do you have any ideas? I’m using a fixed height nav with a few subtle CSS changes and a sub nav, but otherwise it’s stock.
Regards
Christian
Hey!
Try adding this code to the Quick CSS:
div#main {
position: relative;
z-index: 99999999;
}
Cheers!
Josue
Hi Josue
Unfortunately that removed the navigation bar completely.
I’ve also just tried the two suggestions on this thread https://kriesi.at/support/topic/weird-blue-bars-are-back/#post-262732 but neither option fixed the problem either.
Any other ideas?
Regards
Christian
I’ve disabled the stick nav for now, but it would be good if there was a fix for this.
Hi!
Can you try:
#header_main_alternate {
-webkit-transform: translateZ(0);
}
Its worked for another user and was suggested by Kriesi: https://kriesi.at/support/topic/main-menu-above-centered-logo/#post-263835
Regards,
Devin