Site logo

Archived topic

Sub menu not shown in the top menu (secondary navigation)

2 replies · Started by Henk on February 7, 2022

Viewing posts 1–3 of 3

Hi,

Can you tell me why the top menu (set to secondary menu) doesn't show the submenu when clicked on "Over ons".

Thanks,
Henk

Hi there,

you have this CSS on your site:

.secondary-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
}

Try increasing the z-index: 1000; to z-index: 100000;

Hi David,

Thanks!
Things are so simple... if one has found the cause of the problem.

This archived topic is closed to new replies.