Menu - Text gets scramble over jumbletron or page heading

Hi,

Does anyone know the fix for when the menus subitem flow over the jumbletron or page heading, the text for the menu gets scrambled.

Hello @dbla2016,

Try using this CSS code to fix the issue:

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

If this is not working, please provide the website link so I can have a live preview.

Regards