Menu navigation problem

Hi,

I have this new problem in my inner pages.

When you try to navigate through menu in inner pages, you can’t see the hole menu, because it’s under the slider image. Any advice?

Hi @speciaali,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

Main url

Try any inner pages under “Palvelut” in menu

For example

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page ul.dropdown-menu {
    z-index: 9999;
}

Excellent! Thank you.

Problem solved.

You are most welcome here :slight_smile: