Site logo

Archived topic

Navigation sub menu disappears

3 replies · Started by pro123 on December 9, 2022

Viewing posts 1–4 of 4

I have a regular header menu with sub-items.

The problem

The navigation sub-menu disappears in desktop mode when you hover over it with your navigation.
This does not happen on the home page but only on the sub-pages.

Instruction:

1) Go to the URL in the private section
2) Select "SLAPEN" Don't scroll down, stay on top of the page
3) Navigate in desktop mode over the sub-menu items
4) You will see that the menu disappears before you reach the last sub menu

I’ve included the website URL in “Private Information”.

Regards,
Luuk

Hi there,

can you try adding this CSS:


#site-navigation {
    position: relative;
    z-index: 10000;
}

Thanks David! Resolved

Glad to hear that !

This archived topic is closed to new replies.