Ninja
Unfortunately,
I have created a custom.ccs file. put the code there:
.t3-topbar {
position: fixed;
width: 100%;
z-index: 999;
}
The top bar is then fixed.
But not the menu. This is then located under the top bar.
The code suggested below is of no help.
.t3-mainnav.affix {
position: fixed;
top: 60px;
width: 100%;
z-index: 999;
}
Do you have a specific suggestion for me?
Best regards,
Derk.