Problems with sub -menus

hello people , being with problems in the sub -menus , the menu is getting behind the title of the post or page , please someone help me , please find attached the problem.

Hello,

Please use this CSS code to fix the sub-menu:

.sub-menu{
z-index: 99;
}

This code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Regards

Hello , Doing What?

sorted out.

That’s awesome!